]> 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:38:11 +0000 (10:38 +0900)
commit3740bb8347a946232ad281174398a825c1b40c73
tree8ff52473254dad3c395a00702ab4abb5e241ca73
parent3171edddc4b8386e0f0ee2a68bb4b253d79444fc
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