pgsql: Make SyncRepWakeQueue to a static function

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgsql: Make SyncRepWakeQueue to a static function
Дата
Msg-id E1Yawoj-0002tG-Co@gemulon.postgresql.org
обсуждение исходный текст
Список 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e37c1090df88ca6d7e88f3753fac2f980f6a9dcd

Modified Files
--------------
src/backend/replication/syncrep.c |    3 ++-
src/include/replication/syncrep.h |    3 ---
2 files changed, 2 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Make SyncRepWakeQueue to a static function
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress some unused-variable complaints in new LOCK_DEBUG code.