diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-03-13 10:43:20 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-03-13 10:43:20 +0900 |
commit | 6dd263cfaa8447470af4fae3f61c47438f91d71f (patch) | |
tree | 05b0730b06caa38d69f448e0dc649c97fa24b72f /src/backend/replication/basebackup.c | |
parent | c9ae7f704c6772a99a456ed50d226c1fdf23f6d7 (diff) |
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
Diffstat (limited to 'src/backend/replication/basebackup.c')
-rw-r--r-- | src/backend/replication/basebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c index 6c324a6661d..537f09e3429 100644 --- a/src/backend/replication/basebackup.c +++ b/src/backend/replication/basebackup.c @@ -190,7 +190,7 @@ static const char *excludeFiles[] = /* * List of files excluded from checksum validation. * - * Note: this list should be kept in sync with what pg_verify_checksums.c + * Note: this list should be kept in sync with what pg_checksums.c * includes. */ static const char *const noChecksumFiles[] = { |