Rename pg_verify_checksums to pg_checksums
authorMichael Paquier <michael@paquier.xyz>
Wed, 13 Mar 2019 01:43:20 +0000 (10:43 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 13 Mar 2019 01:43:20 +0000 (10:43 +0900)
commit6dd263cfaa8447470af4fae3f61c47438f91d71f
tree05b0730b06caa38d69f448e0dc649c97fa24b72f
parentc9ae7f704c6772a99a456ed50d226c1fdf23f6d7
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
15 files changed:
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/pg_checksums.sgml [moved from doc/src/sgml/ref/pg_verify_checksums.sgml with 79% similarity]
doc/src/sgml/reference.sgml
src/backend/replication/basebackup.c
src/bin/Makefile
src/bin/initdb/t/001_initdb.pl
src/bin/pg_checksums/.gitignore [new file with mode: 0644]
src/bin/pg_checksums/Makefile [moved from src/bin/pg_verify_checksums/Makefile with 53% similarity]
src/bin/pg_checksums/nls.mk [new file with mode: 0644]
src/bin/pg_checksums/pg_checksums.c [moved from src/bin/pg_verify_checksums/pg_verify_checksums.c with 94% similarity]
src/bin/pg_checksums/t/001_basic.pl [new file with mode: 0644]
src/bin/pg_checksums/t/002_actions.pl [moved from src/bin/pg_verify_checksums/t/002_actions.pl with 89% similarity]
src/bin/pg_verify_checksums/.gitignore [deleted file]
src/bin/pg_verify_checksums/nls.mk [deleted file]
src/bin/pg_verify_checksums/t/001_basic.pl [deleted file]