pgsql: Rework options of pg_checksums options for filenode handling

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rework options of pg_checksums options for filenode handling
Date: 2019-05-30 20:58:40
Message-ID: E1hWS8G-0006yP-0h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rework options of pg_checksums options for filenode handling

This makes the tool consistent with the option set of oid2name, which
has been historically using -f for filenodes, and has more recently
gained long options and --filenode via 1aaf532.

Reported-by: Peter Eisentraut
Author: Fabien Coelho
Discussion: https://postgr.es/m/97045260-fb9e-e145-a950-cf7d28c4eaea@2ndquadrant.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pg_checksums.sgml | 34 +++++++++++-----------
src/bin/pg_checksums/pg_checksums.c | 53 ++++++++++++++++++-----------------
src/bin/pg_checksums/t/002_actions.pl | 8 +++---
3 files changed, 49 insertions(+), 46 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-05-31 14:14:16 pgsql: Fix double-phrase typo in message
Previous Message Andres Freund 2019-05-30 20:45:46 pgsql: Remove unnecessary (and wrong) forward declaration.