Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e86365

Browse files
committed
compatibility fix
1 parentc9d2c90 commit4e86365

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)

[8]ページ先頭

©2009-2025 Movatter.jp