mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
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
This commit is contained in:
@ -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[] = {
|
||||
|
Reference in New Issue
Block a user