From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Make SyncRepWakeQueue to a static function |
Date: | 2015-03-26 01:42:41 |
Message-ID: | E1Yawoj-0002tC-Ce@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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.
Branch
------
REL9_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/3740bb8347a946232ad281174398a825c1b40c73
Modified Files
--------------
src/backend/replication/syncrep.c | 3 ++-
src/include/replication/syncrep.h | 3 ---
2 files changed, 2 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2015-03-26 02:16:49 | Re: Re: [COMMITTERS] pgsql: btree_gin: properly call DirectFunctionCall1() |
Previous Message | Bruce Momjian | 2015-03-26 00:51:23 | Re: [COMMITTERS] pgsql: btree_gin: properly call DirectFunctionCall1() |