]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Report tuple address in data-corruption error message
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 30 Aug 2021 20:29:12 +0000 (16:29 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 30 Aug 2021 20:29:12 +0000 (16:29 -0400)
commit37e4682520db478d401f423a093bf00fdb8a767c
treeae8f796c1d5067ef5c54ddd4473c94f5b67f8252
parent3a19f13cc0a30f47aa64c47c8cda1e50d90ca18f
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
src/backend/executor/execMain.c