mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user