Commit c594c750 authored by Tom Lane's avatar Tom Lane

Add missing "static" marker.

Per buildfarm member pademelon.
parent f0a4b20b
...@@ -303,7 +303,7 @@ brin_minmax_union(PG_FUNCTION_ARGS) ...@@ -303,7 +303,7 @@ brin_minmax_union(PG_FUNCTION_ARGS)
/* /*
* Cache and return the procedure for the given strategy. * Cache and return the procedure for the given strategy.
*/ */
FmgrInfo * static FmgrInfo *
minmax_get_strategy_procinfo(BrinDesc *bdesc, uint16 attno, Oid subtype, minmax_get_strategy_procinfo(BrinDesc *bdesc, uint16 attno, Oid subtype,
uint16 strategynum) uint16 strategynum)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment