Add missing "static" qualifier.

Per buildfarm member pademelon.
pull/10/merge
Tom Lane 10 years ago
parent 41baee7a93
commit 392998bc58
  1. 2
      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)
{

Loading…
Cancel
Save