Expose -S option in pg_receivexlog.
Fujii Masao <fujii@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_receivexlog.sgml | modified | +1 −0 |
| src/bin/pg_basebackup/pg_receivexlog.c | modified | +2 −2 |