]> granicus.if.org Git - postgresql/commit
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:52 +0000 (10:39 +0900)
commite37c1090df88ca6d7e88f3753fac2f980f6a9dcd
tree5d0675cc3d3254e6d024838a6df61da377bf98b5
parent3fbfd5dbeca7931b40d9ec919fb64c3f08893848
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