aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2023-11-28 11:59:09 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2023-11-28 11:59:45 +0200
commit9fee3232a1d3661981c3cbf87227bfd02ee36c7b (patch)
tree54feb97c514acbb01ae051bcf4c5a59854c6f09e /configure.ac
parent07cb7bc1c7a88299e6bce281320397f07ca045c2 (diff)
downloadpostgresql-9fee3232a1d3661981c3cbf87227bfd02ee36c7b.tar.gz
postgresql-9fee3232a1d3661981c3cbf87227bfd02ee36c7b.zip
Fix assertions with RI triggers in heap_update and heap_delete.
If the tuple being updated is not visible to the crosscheck snapshot, we return TM_Updated but the assertions would not hold in that case. Move them to before the cross-check. Fixes bug #17893. Backpatch to all supported versions. Author: Alexander Lakhin Backpatch-through: 12 Discussion: https://www.postgresql.org/message-id/17893-35847009eec517b5%40postgresql.org
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions