forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf47b33a

Richard Guo
Simplify create_merge_append_path for clarity
We don't currently support parameterized MergeAppend paths: there'slittle use for an ordered path on the inside of a nestloop. Giventhis, we can simplify create_merge_append_path by directly settingparam_info to NULL instead of calling get_appendrel_parampathinfo. Wecan also simplify the Assert for child paths a little bit.This change won't make any measurable difference in performance; it'sjust for clarity's sake.Author: Richard GuoReviewed-by: Alena Rybakina, Paul A JungwirthDiscussion:https://postgr.es/m/CAMbWs4_n1bgH2nACMuGsXZct3KH6PBFS0tPdQsXdstRfyxTunQ@mail.gmail.com1 parent2e68077 commitf47b33a
1 file changed
+10
-5
lines changedLines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1423 | 1423 |
| |
1424 | 1424 |
| |
1425 | 1425 |
| |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
1426 | 1432 |
| |
1427 | 1433 |
| |
1428 | 1434 |
| |
1429 |
| - | |
1430 |
| - | |
| 1435 | + | |
1431 | 1436 |
| |
1432 | 1437 |
| |
1433 | 1438 |
| |
| |||
1453 | 1458 |
| |
1454 | 1459 |
| |
1455 | 1460 |
| |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
1456 | 1464 |
| |
1457 | 1465 |
| |
1458 | 1466 |
| |
| |||
1480 | 1488 |
| |
1481 | 1489 |
| |
1482 | 1490 |
| |
1483 |
| - | |
1484 |
| - | |
1485 |
| - | |
1486 | 1491 |
| |
1487 | 1492 |
| |
1488 | 1493 |
| |
|
0 commit comments
Comments
(0)