summaryrefslogtreecommitdiff
path: root/src/include/replication
diff options
context:
space:
mode:
authorTatsuo Ishii2015-03-26 01:34:08 +0000
committerTatsuo Ishii2015-03-26 01:34:08 +0000
commit656ea810e5e1111bc4d741275b37310a32ff890c (patch)
tree2d24338fd390ec12b96860e034be5c77087531ca /src/include/replication
parenta4847fc3ef139ba9a8ffebb6ffa06ee72078ffa2 (diff)
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.
Diffstat (limited to 'src/include/replication')
-rw-r--r--src/include/replication/syncrep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h
index b3d399dad3c..71e28578cce 100644
--- a/src/include/replication/syncrep.h
+++ b/src/include/replication/syncrep.h
@@ -47,9 +47,6 @@ extern void SyncRepReleaseWaiters(void);
/* called by checkpointer */
extern void SyncRepUpdateSyncStandbysDefined(void);
-/* called by various procs */
-extern int SyncRepWakeQueue(bool all, int mode);
-
/* forward declaration to avoid pulling in walsender_private.h */
struct WalSnd;
extern struct WalSnd *SyncRepGetSynchronousStandby(void);