projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41baee7
)
Add missing "static" qualifier.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 6 Feb 2016 17:21:14 +0000
(12:21 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 6 Feb 2016 17:21:14 +0000
(12:21 -0500)
Per buildfarm member pademelon.
contrib/postgres_fdw/deparse.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/deparse.c
b/contrib/postgres_fdw/deparse.c
index d778e6148605babf1e09f5504fe6c610ebc8bd9d..7c1a619b89b0f71db05608482524426d45ea2d5d 100644
(file)
--- a/
contrib/postgres_fdw/deparse.c
+++ b/
contrib/postgres_fdw/deparse.c
@@
-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)
{