pgsql: Rename pg_verify_checksums to pg_checksums

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename pg_verify_checksums to pg_checksums
Date: 2019-03-13 01:44:47
Message-ID: E1h3swp-0008OU-NS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6dd263cfaa8447470af4fae3f61c47438f91d71f

Modified Files
--------------
doc/src/sgml/ref/allfiles.sgml | 2 +-
...{pg_verify_checksums.sgml => pg_checksums.sgml} | 24 +++++++++++-----------
doc/src/sgml/reference.sgml | 2 +-
src/backend/replication/basebackup.c | 2 +-
src/bin/Makefile | 2 +-
src/bin/initdb/t/001_initdb.pl | 8 ++++----
src/bin/pg_checksums/.gitignore | 3 +++
.../{pg_verify_checksums => pg_checksums}/Makefile | 20 +++++++++---------
src/bin/pg_checksums/nls.mk | 4 ++++
.../pg_checksums.c} | 20 ++++++++++--------
src/bin/pg_checksums/t/001_basic.pl | 8 ++++++++
.../t/002_actions.pl | 18 ++++++++--------
src/bin/pg_verify_checksums/.gitignore | 3 ---
src/bin/pg_verify_checksums/nls.mk | 4 ----
src/bin/pg_verify_checksums/t/001_basic.pl | 8 --------
15 files changed, 66 insertions(+), 62 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-03-13 02:21:59 Re: pgsql: Add support for hyperbolic functions, as well as log10().
Previous Message Michael Paquier 2019-03-13 00:54:24 pgsql: Fix cross-version compatibility checks of pg_verify_checksums