Make SyncRepWakeQueue to a static function
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 26 Mar 2015 01:38:11 +0000 (10:38 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 26 Mar 2015 01:39:18 +0000 (10:39 +0900)
commit56abebb9be6d1e7179d10cdc362caa4405f06784
tree1e5e32e75e41a041c54d02752ca8c9526d624e51
parent7cd5498b375ea1ce7bdd158da5940e000578ef08
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.
src/backend/replication/syncrep.c
src/include/replication/syncrep.h