]> granicus.if.org Git - postgresql/commit
Rename command line options for ongoing xlog -> wal conversion.
authorRobert Haas <rhaas@postgresql.org>
Thu, 9 Feb 2017 21:42:51 +0000 (16:42 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 9 Feb 2017 21:42:51 +0000 (16:42 -0500)
commit62e8b387514ce965c8b3d67c81990e0ecf8c9b83
tree3aa47c094d2da717faf25a5012c1d38b7984410f
parent3f01fd4ca0b4c81333b1f0dadb09c73aa589ab6e
Rename command line options for ongoing xlog -> wal conversion.

initdb and pg_basebackup now have a --waldir option rather --xlogdir,
and pg_basebackup now has --wal-method rather than --xlog-method.
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/pg_basebackup.sgml
src/bin/initdb/initdb.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/t/010_pg_basebackup.pl