- Notifications
You must be signed in to change notification settings - Fork5
Commitadfa042
committed
Save a few cycles in EXPLAIN and related commands by not bothering to form
a physical tuple in do_tup_output(). A virtual tuple is easier to set upand also easier for most tuple receivers to process. Per my comment onRobert Haas' recent patch in this code.1 parent6a0865e commitadfa042
1 file changed
+13
-12
lines changedLines changed: 13 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
1215 | 1215 |
| |
1216 | 1216 |
| |
1217 | 1217 |
| |
1218 |
| - | |
1219 |
| - | |
1220 |
| - | |
1221 | 1218 |
| |
1222 | 1219 |
| |
1223 | 1220 |
| |
1224 | 1221 |
| |
1225 |
| - | |
1226 |
| - | |
| 1222 | + | |
| 1223 | + | |
1227 | 1224 |
| |
1228 |
| - | |
1229 |
| - | |
| 1225 | + | |
| 1226 | + | |
1230 | 1227 |
| |
1231 |
| - | |
1232 |
| - | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
1233 | 1234 |
| |
1234 | 1235 |
| |
1235 |
| - | |
| 1236 | + | |
1236 | 1237 |
| |
1237 | 1238 |
| |
1238 |
| - | |
| 1239 | + | |
1239 | 1240 |
| |
1240 | 1241 |
| |
1241 | 1242 |
| |
|
0 commit comments
Comments
(0)