]> granicus.if.org Git - postgresql/commit
Make SyncRepWakeQueue to a static function
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 26 Mar 2015 01:34:08 +0000 (10:34 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 26 Mar 2015 01:34:08 +0000 (10:34 +0900)
commit656ea810e5e1111bc4d741275b37310a32ff890c
tree2d24338fd390ec12b96860e034be5c77087531ca
parenta4847fc3ef139ba9a8ffebb6ffa06ee72078ffa2
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