pgsql: Expose -S option in pg_receivexlog. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Expose -S option in pg_receivexlog.
Date
Msg-id E1XHNv8-0006sx-R9@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/52bffe3499d8e5f61efa385ab3c6a074314ee5db

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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pg_recvlogical message and code improvements.
Next
From: Fujii Masao
Date:
Subject: pgsql: Expose -S option in pg_receivexlog.