Skip to content
Snippets Groups Projects
Commit c594c750 authored by Tom Lane's avatar Tom Lane
Browse files

Add missing "static" marker.

Per buildfarm member pademelon.
parent f0a4b20b
Branches
Tags
No related merge requests found
...@@ -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)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment