Skip to content
Snippets Groups Projects
Commit 392998bc authored by Tom Lane's avatar Tom Lane
Browse files

Add missing "static" qualifier.

Per buildfarm member pademelon.
parent 41baee7a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment