Rename command line options for ongoing xlog -> wal conversion.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/initdb.sgml | modified | +1 −1 |
| doc/src/sgml/ref/pg_basebackup.sgml | modified | +3 −3 |
| src/bin/initdb/initdb.c | modified | +2 −2 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +4 −4 |
| src/bin/pg_basebackup/t/010_pg_basebackup.pl | modified | +1 −1 |