Skip to content

Commit 50e2b13

Browse files
author
Karina Litskevich
committed
[PGPRO-14916] Revert "PGPRO-10866: Update create_foreignscan_path() calls."
This reverts commit bc43f49, which was wrong and broke compilation with versions 17- Tags: vops
1 parent ad3a0c8 commit 50e2b13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vops_fdw.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ postgresGetForeignPaths(PlannerInfo *root,
438438
baserel,
439439
NULL, /* default pathtarget */
440440
fpinfo->rows,
441-
0,
442441
fpinfo->startup_cost,
443442
fpinfo->total_cost,
444443
NIL, /* no pathkeys */
@@ -1409,7 +1408,6 @@ add_foreign_grouping_paths(PlannerInfo *root, RelOptInfo *input_rel,
14091408
grouped_rel,
14101409
grouped_rel->reltarget,
14111410
rows,
1412-
0,
14131411
startup_cost,
14141412
total_cost,
14151413
NIL, /* no pathkeys */

0 commit comments

Comments
 (0)