Make SyncRepWakeQueue to a static function
Tatsuo Ishii <ishii@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/syncrep.c | modified | +2 −1 |
| src/include/replication/syncrep.h | modified | +0 −3 |