[COMMITTERS] pgsql: Revert changes to pg_basebackup and pg_waldump usage() code.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Revert changes to pg_basebackup and pg_waldump usage() code.
Дата
Msg-id E1dB2Mq-0008Fc-RW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert changes to pg_basebackup and pg_waldump usage() code.

Partially revert commit c079673dcb7f210617c9fc1470e6bf166d8a2971.
There were complaints that splitting switch descriptions would
complicate translation efforts.  There are probably ways to resolve
the formatting problem without doing that, but undo it while we're
discussing.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05b5feb60e7cf36db08eb0d34dbd21854cb9e8ce

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 24 ++++++++++++------------
src/bin/pg_waldump/pg_waldump.c       | 18 +++++++++---------
2 files changed, 21 insertions(+), 21 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Remove redundant has_null member from PartitionBoundInfoData.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Code review for make_partition_op_expr.