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-cf7d28c4e...@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(-)