From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Expose -S option in pg_receivexlog. |
Date: | 2014-08-13 02:04:10 |
Message-ID: | E1XHNv8-0006sy-RE@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2014-08-13 15:36:02 | pgsql: Prevent memory leaks in parseRelOptions(). |
Previous Message | Andres Freund | 2014-08-12 11:07:46 | pgsql: pg_recvlogical message and code improvements. |