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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Rename command line options for ongoing xlog -> wal conversion.
Дата
Msg-id E1cbwqa-0005tu-O6@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Rename dtrace probes for ongoing xlog -> wal conversion.
Следующее
От: Simon Riggs
Дата:
Сообщение: [COMMITTERS] pgsql: Improve CREATE TABLE documentation of partitioning