Commit f28eddf
authored
Resolve conflicts in src/backend/optimizer/plan/subselect.c (#2579)
Commit d6c08e2 in the file src/backend/optimizer/plan/subselect.c in
the make_subplan and subplan_is_hashable functions changed work_mem to
hash_mem, and commit 41efb83 in the file
src/backend/optimizer/plan/subselect.c in the make_subplan function
changed the call to the subplan_is_hashable function to call a new
function subpath_is_hashable, and also moved the call to the
create_plan function under the condition, while the early commit
6b0e52b had already added the PlannerInfo *root argument and its use to
the subplan_is_hashable function, and other early GPDB-specific commits
had already added initialization of the curSlice and flow fields. Add a
similar PlannerInfo *root argument to the subpath_is_hashable function
and move the initialization of the curSlice and flow fields under the
condition.1 parent 2cb064c commit f28eddf
1 file changed
Lines changed: 11 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | 90 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 91 | + | |
96 | 92 | | |
97 | 93 | | |
98 | 94 | | |
| |||
477 | 473 | | |
478 | 474 | | |
479 | 475 | | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | 476 | | |
493 | | - | |
494 | | - | |
| 477 | + | |
495 | 478 | | |
496 | 479 | | |
497 | 480 | | |
498 | 481 | | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
499 | 485 | | |
500 | | - | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
501 | 490 | | |
502 | 491 | | |
503 | 492 | | |
| |||
984 | 973 | | |
985 | 974 | | |
986 | 975 | | |
987 | | - | |
| 976 | + | |
988 | 977 | | |
989 | 978 | | |
990 | | - | |
991 | 979 | | |
992 | 980 | | |
993 | 981 | | |
| |||
997 | 985 | | |
998 | 986 | | |
999 | 987 | | |
1000 | | - | |
| 988 | + | |
1001 | 989 | | |
1002 | 990 | | |
1003 | 991 | | |
| |||
0 commit comments