1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

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

View File

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