forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit591d404
committed
Add readfuncs.c support for AppendRelInfo.
This is made necessary by the fact that commit6ef77cf addedAppendRelInfos to plan trees. I'd concluded that this extra code wasnot necessary because we don't transmit that data to parallel workers... but I forgot about -DWRITE_READ_PARSE_PLAN_TREES. Per buildfarm.1 parent776a2c8 commit591d404
1 file changed
+29
-0
lines changedLines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1342 | 1342 |
| |
1343 | 1343 |
| |
1344 | 1344 |
| |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
1345 | 1372 |
| |
1346 | 1373 |
| |
1347 | 1374 |
| |
| |||
2690 | 2717 |
| |
2691 | 2718 |
| |
2692 | 2719 |
| |
| 2720 | + | |
| 2721 | + | |
2693 | 2722 |
| |
2694 | 2723 |
| |
2695 | 2724 |
| |
|
0 commit comments
Comments
(0)