projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a4b20
)
Add missing "static" marker.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 10 May 2015 03:39:36 +0000
(23:39 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 10 May 2015 03:39:36 +0000
(23:39 -0400)
Per buildfarm member pademelon.
src/backend/access/brin/brin_minmax.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/brin/brin_minmax.c
b/src/backend/access/brin/brin_minmax.c
index d9fa9cd59761ea3133a7092381f936b15bbce1c2..d64c4f0864472644bb3e5f9ed0f3667f8cf1e41b 100644
(file)
--- a/
src/backend/access/brin/brin_minmax.c
+++ b/
src/backend/access/brin/brin_minmax.c
@@
-303,7
+303,7
@@
brin_minmax_union(PG_FUNCTION_ARGS)
/*
* Cache and return the procedure for the given strategy.
*/
-FmgrInfo *
+
static
FmgrInfo *
minmax_get_strategy_procinfo(BrinDesc *bdesc, uint16 attno, Oid subtype,
uint16 strategynum)
{