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

Commitbc43f49

Browse files
committed
PGPRO-10866: Update create_foreignscan_path() calls.
Caused by: - e22253467942fdb100087787c3e1e3a8620c54b2 (PostgreSQL) Treat number of disabled nodes in a path as a separate cost metric. - a9375a9e79f8115dc3b2ee9045fb656ebe271b6c (Postgres Pro Enterprise) [PGPRO-5825]: Port contrib/in_memory to EE15Tags: vops
1 parent12f0658 commitbc43f49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎vops_fdw.c‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ postgresGetForeignPaths(PlannerInfo *root,
438438
baserel,
439439
NULL,/* default pathtarget */
440440
fpinfo->rows,
441+
0,
441442
fpinfo->startup_cost,
442443
fpinfo->total_cost,
443444
NIL,/* no pathkeys */
@@ -1408,6 +1409,7 @@ add_foreign_grouping_paths(PlannerInfo *root, RelOptInfo *input_rel,
14081409
grouped_rel,
14091410
grouped_rel->reltarget,
14101411
rows,
1412+
0,
14111413
startup_cost,
14121414
total_cost,
14131415
NIL,/* no pathkeys */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp