mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix a couple of planner bugs in Gather Merge.
Neha Sharma reported these to Rushabh Lathia just after I commit
355d3993c5
went in. The patch is
Rushabh's, with input from me.
This commit is contained in:
@ -3746,7 +3746,7 @@ create_grouping_paths(PlannerInfo *root,
|
||||
create_gather_merge_path(root,
|
||||
grouped_rel,
|
||||
subpath,
|
||||
NULL,
|
||||
partial_grouping_target,
|
||||
root->group_pathkeys,
|
||||
NULL,
|
||||
&total_groups);
|
||||
|
Reference in New Issue
Block a user