forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf414abd
committed
Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple().
While not common, it can be useful to store a virtual tuple into abuffer tuple table slot, and then materialize that slot. So far we'veasserted out, which surprisingly wasn't a problem for anything incore. But that seems fragile, and it also breaks redis_fdw afterff11e7f.Thus, allow materializing a virtual tuple stored in a buffer tupletable slot.Author: Andres FreundDiscussion:https://postgr.es/m/20190227181621.xholonj7ff7ohxsg@alap3.anarazel.dehttps://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de1 parent19455c9 commitf414abd
1 file changed
+31
-17
lines changedLines changed: 31 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
703 |
| - | |
704 |
| - | |
705 |
| - | |
706 |
| - | |
707 |
| - | |
708 |
| - | |
709 |
| - | |
710 | 703 |
| |
711 |
| - | |
712 |
| - | |
713 | 704 |
| |
714 |
| - | |
715 |
| - | |
716 |
| - | |
717 |
| - | |
718 |
| - | |
719 |
| - | |
720 |
| - | |
721 |
| - | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
722 | 733 |
| |
723 | 734 |
| |
724 | 735 |
| |
| |||
752 | 763 |
| |
753 | 764 |
| |
754 | 765 |
| |
| 766 | + | |
| 767 | + | |
| 768 | + | |
755 | 769 |
| |
756 | 770 |
| |
757 | 771 |
| |
|
0 commit comments
Comments
(0)