]> granicus.if.org Git - postgresql/commit
Revert behaviour of -x/--xlog to 9.1 semantics
authorMagnus Hagander <magnus@hagander.net>
Sun, 10 Jun 2012 11:43:51 +0000 (13:43 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 11 Jun 2012 12:58:35 +0000 (14:58 +0200)
commit9af34cdec87d8e60f200ccd5b1b695880412c62b
tree6079c62ea65f4a3b0a443c96c790ec54134d904f
parent927d61eeff78363ea3938c818d07e511ebaf75cf
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.
doc/src/sgml/ref/pg_basebackup.sgml
src/bin/pg_basebackup/pg_basebackup.c