forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit372102b
committed
Correctly set t_self for heap tuples in expand_tuple
Commit16828d5 incorrectly set an invalid pointer for t_self for heaptuples. This patch correctly copies it from the source tuple, andincludes a regression test that relies on it being set correctly.Backpatch to release 11.Fixes bug #15448 reported by Tillmann SchulzDiagnosis and test case by Amit Langote1 parent374fe86 commit372102b
File tree
3 files changed
+23
-1
lines changed- src
- backend/access/common
- test/regress
- expected
- sql
3 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
896 | | - | |
| 896 | + | |
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
730 | 738 | | |
| 739 | + | |
| 740 | + | |
731 | 741 | | |
732 | 742 | | |
733 | 743 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
474 | 484 | | |
| 485 | + | |
| 486 | + | |
475 | 487 | | |
476 | 488 | | |
477 | 489 | | |
| |||
0 commit comments
Comments
(0)