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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy