]> granicus.if.org Git - postgresql/commit
Expose -S option in pg_receivexlog.
authorFujii Masao <fujii@postgresql.org>
Wed, 13 Aug 2014 01:45:28 +0000 (10:45 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 13 Aug 2014 01:45:28 +0000 (10:45 +0900)
commit7c77ba8577d52b142997303f14c1e01abdb2d104
tree37d297fb4f8074e3b6329f33a13d6df6ad5c249d
parent876f1e6805c34bb87525583e524e3445a33c215b
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
doc/src/sgml/ref/pg_receivexlog.sgml
src/bin/pg_basebackup/pg_receivexlog.c