Fix incorrect asserts in heap_update/heap_delete

Edit
ID 4623
Title Fix incorrect asserts in heap_update/heap_delete
Topic Bug Fixes
Created 2023-10-24 13:03:43
Last modified 2023-11-28 10:39:38 (11 months, 3 weeks ago)
Latest email 2023-11-28 10:39:09 (11 months, 3 weeks ago)
Status
2023-11: Committed
Target version
Authors Alexander Lakhin (law)
Reviewers Become reviewer
Committer Heikki Linnakangas (heikki)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/4623
git checkout commitfest/cf/4623
Emails
BUG #17893: Assert failed in heap_update()/_delete() when FK modiified by RI trigger in non-read-committed xact
First at 2023-04-12 12:00:01 by PG Bug reporting form <noreply at postgresql.org>
Latest at 2023-11-28 10:39:09 by Heikki Linnakangas <hlinnaka at iki.fi>
Latest attachment (v2-0001-Fix-assertions-with-RI-triggers-in-heap_update-an.patch) at 2023-11-27 19:23:37 from Heikki Linnakangas <hlinnaka at iki.fi>
    Attachment (v2-0001-Fix-assertions-with-RI-triggers-in-heap_update-an.patch) at 2023-11-27 19:23:37 from Heikki Linnakangas <hlinnaka at iki.fi> (Patch: Yes)
    Attachment (v1-01-fix-asserts-in-heap_update-delete.patch) at 2023-10-23 06:00:00 from Alexander Lakhin <exclusion at gmail.com> (Patch: Yes)
    Attachment (fk-snapshot.patch) at 2023-09-02 13:00:00 from Alexander Lakhin <exclusion at gmail.com> (Patch: Yes)
History
When Who What
2023-11-28 10:39:38 Heikki Linnakangas (heikki) Closed in commitfest 2023-11 with status: Committed
2023-11-28 10:39:38 Heikki Linnakangas (heikki) Changed committer to heikki
2023-11-02 05:48:06 John Naylor (john.naylor) Changed authors to Alexander Lakhin (law)
2023-10-24 13:03:43 Alexander Lakhin (law) Attached mail thread 17893-35847009eec517b5@postgresql.org
2023-10-24 13:03:43 Alexander Lakhin (law) Created patch record
Edit