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

Commit bc43f49

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 EE15 Tags: vops
1 parent 12f0658 commit bc43f49

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)