mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
If tuples were toasted, heap_multi_insert didn't update the ctid on the original tuples. This caused a failure if there was an after trigger (including a foreign key), on the table, and a tuple got toasted. Per off-list report and test case from Ted Phelps