Make SyncRepWakeQueue to a static function

Tatsuo Ishii <ishii@postgresql.org>

Commit: e37c1090df88ca6d7e88f3753fac2f980f6a9dcd
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2015-03-26T01:39:52Z
Releases: 9.2.11
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

PathChange+/−
src/backend/replication/syncrep.c modified +2 −1
src/include/replication/syncrep.h modified +0 −3