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

From Tom Lane
Subject [COMMITTERS] pgsql: Revert changes to pg_basebackup and pg_waldump usage() code.
Date
Msg-id E1dB2Mq-0008Fc-RW@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Remove redundant has_null member from PartitionBoundInfoData.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Code review for make_partition_op_expr.