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 <[email protected]>
Reviewed-by: Michael Banck <[email protected]>
Discussion: https://postgr.es/m/[email protected]
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(-)