Make SyncRepWakeQueue to a static function

Tatsuo Ishii <ishii@postgresql.org>

Commit: 56abebb9be6d1e7179d10cdc362caa4405f06784
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2015-03-26T01:39:18Z
Releases: 9.3.7
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