Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 392998b

Browse files
committed
Add missing "static" qualifier.
Per buildfarm member pademelon.
1 parent 41baee7 commit 392998b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/deparse.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ deparseSelectStmtForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *rel,
757757
* We also create an integer List of the columns being retrieved, which is
758758
* returned to *retrieved_attrs.
759759
*/
760-
void
760+
static void
761761
deparseSelectSql(Bitmapset *attrs_used, List **retrieved_attrs,
762762
deparse_expr_cxt *context)
763763
{

0 commit comments

Comments
 (0)