- Notifications
You must be signed in to change notification settings - Fork5
Commit21b1634
committed
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 theoriginal 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 Phelps1 parentb4e3633 commit21b1634
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2291 | 2291 |
| |
2292 | 2292 |
| |
2293 | 2293 |
| |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
2294 | 2302 |
| |
2295 | 2303 |
| |
2296 | 2304 |
| |
|
0 commit comments
Comments
(0)