forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita387a3d
committed
Fix slot type assumptions for nodeGather[Merge].
The assumption made in1a0586d was wrong, as evidenced bybuildfarm failure on locust, which runs withforce_parallel_mode=regress. The tuples accessed in either nodes arein the outer slot, and we can't trivially rely on the slot type beingknown because the leader might execute the subsidiary node directly,or via the tuple queue on a worker. In the latter case the tuple willalways be a heaptuple slot, but in the former, it'll be whatever thesubsidiary node returns.1 parentf92cd73 commita387a3d
2 files changed
+31
-5
lines changedLines changed: 18 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
98 | 102 |
| |
99 | 103 |
| |
100 | 104 |
| |
101 | 105 |
| |
102 | 106 |
| |
103 | 107 |
| |
104 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
105 | 119 |
| |
106 | 120 |
| |
107 | 121 |
| |
|
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
112 | 121 |
| |
113 | 122 |
| |
114 | 123 |
| |
| |||
122 | 131 |
| |
123 | 132 |
| |
124 | 133 |
| |
125 |
| - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
126 | 138 |
| |
127 | 139 |
| |
128 | 140 |
| |
|
0 commit comments
Comments
(0)