forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit51d152f
committed
Change Gather not to use a physical tlist.
This should have been part of the original commit, but was missed.Pushing data between processes is expensive, so we definitely wantto project away unneeded columns here, just as we do for other nodeslike Sort and Hash that care about the volume of data.1 parent30c0c4b commit51d152f
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
| 561 | + | |
| 562 | + | |
562 | 563 |
| |
563 | 564 |
| |
564 | 565 |
| |
| |||
1123 | 1124 |
| |
1124 | 1125 |
| |
1125 | 1126 |
| |
| 1127 | + | |
| 1128 | + | |
1126 | 1129 |
| |
1127 | 1130 |
| |
1128 | 1131 |
| |
|
0 commit comments
Comments
(0)