]> granicus.if.org Git - postgresql/commit
Expose -S option in pg_receivexlog.
authorFujii Masao <fujii@postgresql.org>
Wed, 13 Aug 2014 01:42:16 +0000 (10:42 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 13 Aug 2014 01:42:16 +0000 (10:42 +0900)
commit52bffe3499d8e5f61efa385ab3c6a074314ee5db
tree133bc8dcda134cd9fa44bbbe7abe4b7ea48133f5
parent596385be06e1c8ac7291958a556b10b37ee333d5
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