1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-01 14:21:49 +03:00
Heikki Linnakangas 60f227316c 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
2023-11-28 12:00:14 +02:00
..
2023-02-17 14:26:42 +09:00
2023-11-06 15:18:04 +01:00
2023-11-06 15:18:04 +01:00
2023-08-07 12:39:30 +02:00
2023-11-06 15:18:04 +01:00
2023-09-27 18:52:40 +01:00
2023-11-06 15:18:04 +01:00
2023-11-06 15:18:04 +01:00
2023-11-06 15:18:04 +01:00