pgsql: pg_verify_checksums: rename -d to --verbose

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_verify_checksums: rename -d to --verbose
Date: 2018-08-30 09:51:46
Message-ID: E1fvJcA-0004eo-LD@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_verify_checksums: rename -d to --verbose

Using -d is odd, because we normally reserve that for a database
argument, so rename it to -v and add long version --verbose.

Also, reduce it to emit one line per file checked rather than one line
per block.

Per a complaint from Michael Banck.

Author: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Reviewed-by: Michael Banck <michael(dot)banck(at)credativ(dot)de>
Discussion: https://postgr.es/m/20180827113411.GA22768@nighthawk.caipicrew.dd-dns.de

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a840a8ac7b8ab5f8cb86627779d7b1250cdaca8d

Modified Files
--------------
doc/src/sgml/ref/pg_verify_checksums.sgml | 5 +++--
src/bin/pg_verify_checksums/pg_verify_checksums.c | 18 ++++++++++--------
2 files changed, 13 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-08-30 16:42:47 pgsql: pg_dump: Reorganize getTableAttrs()
Previous Message Alvaro Herrera 2018-08-30 08:43:35 pgsql: Mention change of width of values generated by SERIAL sequences