Skip to content

Commit 47b740e

Browse files
committed
Fix build problem with postgresGetForeignUpperPaths
1 parent 5ccedbf commit 47b740e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: vops_fdw.c

+5-1
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,11 @@ foreign_grouping_ok(PlannerInfo *root, RelOptInfo *grouped_rel)
12831283
*/
12841284
static void
12851285
postgresGetForeignUpperPaths(PlannerInfo *root, UpperRelationKind stage,
1286-
RelOptInfo *input_rel, RelOptInfo *output_rel, void* extra)
1286+
RelOptInfo *input_rel, RelOptInfo *output_rel
1287+
#if PG_VERSION_NUM>=110000
1288+
, void* extra
1289+
#endif
1290+
)
12871291
{
12881292
PgFdwRelationInfo *fpinfo;
12891293

0 commit comments

Comments
 (0)