Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9f175cb

Browse files
committed
Adapt pgpro changes to change of create_append_path signature in upstream
1 parent 84b7187 commit 9f175cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/optimizer/util/pathnode.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3447,7 +3447,8 @@ reparameterize_path(PlannerInfo *root, Path *path,
34473447
create_append_path(rel, childpaths,
34483448
required_outer,
34493449
apath->path.parallel_workers,
3450-
apath->partitioned_rels);
3450+
apath->partitioned_rels,
3451+
false, NIL);
34513452
}
34523453
default:
34533454
break;

0 commit comments

Comments
 (0)