]> granicus.if.org Git - postgresql/commit
Fix heap_multi_insert to set t_self field in the caller's tuples.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 13 Feb 2012 08:14:49 +0000 (10:14 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 13 Feb 2012 08:20:50 +0000 (10:20 +0200)
commit21b16342750d6623f3c78f639f07bf3b66b49417
tree7f7dc4b7647ea1ad7e2c2ab3be9cac38b7aa1689
parentb4e3633ac42ed7af21bce611234ccbf820098644
Fix heap_multi_insert to set t_self field in the caller's tuples.

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
src/backend/access/heap/heapam.c