forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfc3297d
committed
Make heap_update() set newtup->t_tableOid correctly, for consistency with
the other major heapam.c functions. The only known consequence of thisomission is that UPDATE RETURNING failed to return the correct value for"tableoid", as per report from KaiGai Kohei.Back-patch to 8.2. Arguably it's wrong all the way back; but withoutevidence of visible breakage before RETURNING was added, I'll desist frompatching the older branches.1 parent04ecc64 commitfc3297d
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
2604 | 2604 |
| |
2605 | 2605 |
| |
2606 | 2606 |
| |
| 2607 | + | |
2607 | 2608 |
| |
2608 | 2609 |
| |
2609 | 2610 |
| |
|
0 commit comments
Comments
(0)