aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2017-11-13 18:45:47 -0800
committerAndres Freund <andres@anarazel.de>2017-12-14 18:20:47 -0800
commit699bf7d05c68734f800052829427c20674eb2c6b (patch)
treea10898d66b2899cf713b7d4e9377042b8713b187 /src/backend/executor/execParallel.c
parent9c2f0a6c3cc8bb85b78191579760dbe9fb7814ec (diff)
downloadpostgresql-699bf7d05c68734f800052829427c20674eb2c6b.tar.gz
postgresql-699bf7d05c68734f800052829427c20674eb2c6b.zip
Perform a lot more sanity checks when freezing tuples.
The previous commit has shown that the sanity checks around freezing aren't strong enough. Strengthening them seems especially important because the existance of the bug has caused corruption that we don't want to make even worse during future vacuum cycles. The errors are emitted with ereport rather than elog, despite being "should never happen" messages, so a proper error code is emitted. To avoid superflous translations, mark messages as internal. Author: Andres Freund and Alvaro Herrera Reviewed-By: Alvaro Herrera, Michael Paquier Discussion: https://postgr.es/m/20171102112019.33wb7g5wp4zpjelu@alap3.anarazel.de Backpatch: 9.3-
Diffstat (limited to 'src/backend/executor/execParallel.c')
0 files changed, 0 insertions, 0 deletions