Add missing "static" qualifier.
Per buildfarm member pademelon.
This commit is contained in:
parent
41baee7a93
commit
392998bc58
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user