pgsql: Make SyncRepWakeQueue to a static function - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Make SyncRepWakeQueue to a static function
Date
Msg-id E1Yawoj-0002tA-CU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make SyncRepWakeQueue to a static function

It is only used in src/backend/replication/syncrep.c.

Back-patch to all supported branches except 9.1 which declares the
function as static.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/656ea810e5e1111bc4d741275b37310a32ff890c

Modified Files
--------------
src/backend/replication/syncrep.c |    3 ++-
src/include/replication/syncrep.h |    3 ---
2 files changed, 2 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add an ASSERT statement in plpgsql.
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Make SyncRepWakeQueue to a static function