pgsql: Expose -S option in pg_receivexlog.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Expose -S option in pg_receivexlog.
Дата
Msg-id E1XHNv8-0006sy-RE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Expose -S option in pg_receivexlog.

This option is equivalent to --slot option which pg_receivexlog has
already supported, which specifies the replication slot to use for
WAL streaming. pg_recvlogical has already supported both options,
and this commit makes pg_receivexlog consistent with pg_recvlogical
regarding the slot option.

Back-patch to 9.4 where the slot option was added.

Michael Paquier

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7c77ba8577d52b142997303f14c1e01abdb2d104

Modified Files
--------------
doc/src/sgml/ref/pg_receivexlog.sgml   |    1 +
src/bin/pg_basebackup/pg_receivexlog.c |    4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Expose -S option in pg_receivexlog.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent memory leaks in parseRelOptions().