Skip to content

Commit 4e86365

Browse files
committed
compatibility fix
1 parent c9d2c90 commit 4e86365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pg_pathman.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ set_append_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, Index rti,
15921592
{
15931593

15941594
/* Generate a partial append path. */
1595-
appendpath = create_append_path(rel, partial_subpaths, NULL,
1595+
appendpath = create_append_path_compat(rel, partial_subpaths, NULL,
15961596
parallel_workers);
15971597
add_partial_path(rel, (Path *) appendpath);
15981598
}

0 commit comments

Comments
 (0)