Add missing "static" qualifier.

Per buildfarm member pademelon.
This commit is contained in:
Tom Lane 2016-02-06 12:21:14 -05:00
parent 41baee7a93
commit 392998bc58
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{