diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c index 27ecdcd944e..cb418862cca 100644 --- a/contrib/postgres_fdw/deparse.c +++ b/contrib/postgres_fdw/deparse.c @@ -1136,7 +1136,7 @@ deparseExplicitTargetList(List *tlist, List **retrieved_attrs, * relation it just returns schema-qualified tablename, with the appropriate * alias if so requested. */ -void +static void deparseFromExprForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *foreignrel, bool use_alias, List **params_list) {