diff --git a/jdbc_fdw.c b/jdbc_fdw.c index a911ea1..de67fc9 100644 --- a/jdbc_fdw.c +++ b/jdbc_fdw.c @@ -1066,7 +1066,7 @@ jdbcGetForeignPaths(PlannerInfo *root, RelOptInfo *baserel, Oid foreigntableid) /* Create a ForeignPath node and add it as only possible path */ add_path(baserel, (Path*)create_foreignscan_path(root, baserel, -#if PG_VERSION_NUM >= 90600 +#if PG_VERSION_NUM >= 100004 NULL , #endif