Add missing "static" marker.

Per buildfarm member pademelon.
This commit is contained in:
Tom Lane 2015-05-09 23:39:36 -04:00
parent f0a4b20bb9
commit c594c75078
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{