pgsql: Rename command line options for ongoing xlog -> wal conversion.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename command line options for ongoing xlog -> wal conversion.
Date: 2017-02-09 22:05:48
Message-ID: E1cbwqa-0005tu-O6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/62e8b387514ce965c8b3d67c81990e0ecf8c9b83

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 2 +-
doc/src/sgml/ref/pg_basebackup.sgml | 6 +++---
src/bin/initdb/initdb.c | 4 ++--
src/bin/pg_basebackup/pg_basebackup.c | 8 ++++----
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-02-10 09:02:26 pgsql: Improve CREATE TABLE documentation of partitioning
Previous Message Robert Haas 2017-02-09 21:42:16 pgsql: Rename dtrace probes for ongoing xlog -> wal conversion.