Rename pg_verify_checksums to pg_checksums

Michael Paquier <michael@paquier.xyz>

Commit: 6dd263cfaa8447470af4fae3f61c47438f91d71f
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-03-13T01:43:20Z
Releases: 12.0
Rename pg_verify_checksums to pg_checksums

The current tool name is too restrictive and focuses only on verifying
checksums.  As more options to control checksums for an offline cluster
are planned to be added, switch to a more generic name.  Documentation
as well as all past references to the tool are updated.

Author: Michael Paquier
Reviewed-by: Michael Banck, Fabien Coelho, Seigei Kornilov
Discussion: https://postgr.es/m/20181221201616.GD4974@nighthawk.caipicrew.dd-dns.de

Files

PathChange+/−
doc/src/sgml/ref/allfiles.sgml modified +1 −1
doc/src/sgml/reference.sgml modified +1 −1
doc/src/sgml/ref/pg_checksums.sgml (from doc/src/sgml/ref/pg_verify_checksums.sgml) renamed +12 −12
src/backend/replication/basebackup.c modified +1 −1
src/bin/initdb/t/001_initdb.pl modified +4 −4
src/bin/Makefile modified +1 −1
src/bin/pg_checksums/.gitignore added +3 −0
src/bin/pg_checksums/Makefile (from src/bin/pg_verify_checksums/Makefile) renamed +10 −10
src/bin/pg_checksums/nls.mk added +4 −0
src/bin/pg_checksums/pg_checksums.c (from src/bin/pg_verify_checksums/pg_verify_checksums.c) renamed +12 −8
src/bin/pg_checksums/t/001_basic.pl added +8 −0
src/bin/pg_checksums/t/002_actions.pl (from src/bin/pg_verify_checksums/t/002_actions.pl) renamed +9 −9
src/bin/pg_verify_checksums/.gitignore deleted +0 −3
src/bin/pg_verify_checksums/nls.mk deleted +0 −4
src/bin/pg_verify_checksums/t/001_basic.pl deleted +0 −8

Documentation touched

Discussion