Skip to content

Commit 99a9d6d

Browse files
committed
Add missing "static" qualifier.
Per buildfarm member pademelon.
1 parent bcac23d commit 99a9d6d

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
@@ -1136,7 +1136,7 @@ deparseExplicitTargetList(List *tlist, List **retrieved_attrs,
11361136
* relation it just returns schema-qualified tablename, with the appropriate
11371137
* alias if so requested.
11381138
*/
1139-
void
1139+
static void
11401140
deparseFromExprForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *foreignrel,
11411141
bool use_alias, List **params_list)
11421142
{

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