pgsql: amcheck: Improve some confusing reports about TOAST problems. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: amcheck: Improve some confusing reports about TOAST problems.
Date
Msg-id E1ldbV9-0000Gy-Nz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
amcheck: Improve some confusing reports about TOAST problems.

Don't phrase reports in terms of the number of tuples thus-far
returned by the index scan, but rather in terms of the chunk_seq
values found inside the tuples.

Patch by me, reviewed by Mark Dilger.

Discussion: http://postgr.es/m/CA+TgmoZUONCkdcdR778EKuE+f1r5Obieu63db2OgMPHaEvEPTQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/50529e5b4e39ad80a637ba0905277f9691eb4a15

Modified Files
--------------
contrib/amcheck/verify_heapam.c | 75 ++++++++++++++++++++++-------------------
1 file changed, 40 insertions(+), 35 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix performance issue in new regex match-all detection code.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Add index entry for "multirange type"