pgsql: Revert behaviour of -x/--xlog to 9.1 semantics

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert behaviour of -x/--xlog to 9.1 semantics
Date: 2012-06-11 13:01:08
Message-ID: E1Se4F2-0002YQ-DL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert behaviour of -x/--xlog to 9.1 semantics

To replace it, add -X/--xlog-method that allows the specification
of fetch or stream.

Do this to avoid unnecessary backwards-incompatiblity. Spotted and
suggested by Peter Eisentraut.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9af34cdec87d8e60f200ccd5b1b695880412c62b

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml | 15 +++++++++++++--
src/bin/pg_basebackup/pg_basebackup.c | 29 +++++++++++++++++++++++++----
2 files changed, 38 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-06-11 13:19:21 pgsql: Prevent non-streaming replication connections from being selecte
Previous Message Bruce Momjian 2012-06-11 02:37:14 Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3