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

src/pg_pathman.c

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy