Commit 392998bc authored by Tom Lane's avatar Tom Lane

Add missing "static" qualifier.

Per buildfarm member pademelon.
parent 41baee7a
...@@ -757,7 +757,7 @@ deparseSelectStmtForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *rel, ...@@ -757,7 +757,7 @@ deparseSelectStmtForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *rel,
* We also create an integer List of the columns being retrieved, which is * We also create an integer List of the columns being retrieved, which is
* returned to *retrieved_attrs. * returned to *retrieved_attrs.
*/ */
void static void
deparseSelectSql(Bitmapset *attrs_used, List **retrieved_attrs, deparseSelectSql(Bitmapset *attrs_used, List **retrieved_attrs,
deparse_expr_cxt *context) deparse_expr_cxt *context)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment