diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c index d778e61486..7c1a619b89 100644 --- a/contrib/postgres_fdw/deparse.c +++ b/contrib/postgres_fdw/deparse.c @@ -757,7 +757,7 @@ deparseSelectStmtForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *rel, * We also create an integer List of the columns being retrieved, which is * returned to *retrieved_attrs. */ -void +static void deparseSelectSql(Bitmapset *attrs_used, List **retrieved_attrs, deparse_expr_cxt *context) {