pgsql: Switch pg_verify_checksums back to a blacklist - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Switch pg_verify_checksums back to a blacklist
Date
Msg-id E1gSXjX-0003Og-Vm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Switch pg_verify_checksums back to a blacklist

This basically reverts commit d55241af705667d4503638e3f77d3689fd6be31,
leaving around a portion of the regression tests still adapted with
empty relation files, and corrupted cases.  This is also proving to be
failing to check properly relation files located in a non-default
tablespace path.

Per discussion with various folks, including Stephen Frost, David
Steele, Andres Freund, Michael Banck and myself.

Reported-by: Michael Banck
Discussion: https://postgr.es/m/20181021134206.GA14282@paquier.xyz
Backpatch-through: 11

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/85036308dc5871b1d41e4292fa089d3809963252

Modified Files
--------------
src/bin/pg_verify_checksums/pg_verify_checksums.c | 79 ++++++-----------------
1 file changed, 18 insertions(+), 61 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Document handling of invalid/ambiguous timestamp input nearDST
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix typo.