Thread: pgsql: Report tuple address in data-corruption error message

pgsql: Report tuple address in data-corruption error message

From
Alvaro Herrera
Date:
Report tuple address in data-corruption error message

Most data-corruption reports mention the location of the problem, but
this one failed to.  Add it.

Backpatch all the way back.  In 12 and older, also assign the
ERRCODE_DATA_CORRUPTED error code as was done in commit fd6ec93bf890 for
13 and later.

Discussion: https://postgr.es/m/202108191637.oqyzrdtnheir@alvherre.pgsql

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eae08e21653c356f0e9223d26379527d653b71ed

Modified Files
--------------
src/backend/access/heap/heapam_handler.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)