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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert changes to pg_basebackup and pg_waldump usage() code.
Date: 2017-05-17 17:04:08
Message-ID: E1dB2Mq-0008Fc-RW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-17 17:06:26 Re: [COMMITTERS] pgsql: Preventive maintenance in advance of pgindent run.
Previous Message Robert Haas 2017-05-17 16:52:27 pgsql: Remove redundant has_null member from PartitionBoundInfoData.