Make SyncRepWakeQueue to a static function

Tatsuo Ishii <ishii@postgresql.org>

Commit: 3740bb8347a946232ad281174398a825c1b40c73
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2015-03-26T01:38:11Z
Releases: 9.4.2
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