forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9418d79
committed
When modifying a foreign table, initialize tableoid field properly.
Failure to do this can cause AFTER ROW triggers or RETURNING expressionsthat reference this field to misbehave.Etsuro Fujita, reviewed by Thom Brown1 parentf8003e0 commit9418d79
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
311 | 317 |
| |
312 | 318 |
| |
313 | 319 |
| |
| |||
561 | 567 |
| |
562 | 568 |
| |
563 | 569 |
| |
| 570 | + | |
| 571 | + | |
564 | 572 |
| |
565 | 573 |
| |
566 | 574 |
| |
| |||
579 | 587 |
| |
580 | 588 |
| |
581 | 589 |
| |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
582 | 599 |
| |
583 | 600 |
| |
584 | 601 |
| |
| |||
838 | 855 |
| |
839 | 856 |
| |
840 | 857 |
| |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
841 | 864 |
| |
842 | 865 |
| |
843 | 866 |
| |
|
0 commit comments
Comments
(0)