mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Add missing "static" marker.
Per buildfarm member pademelon.
This commit is contained in:
parent
f0a4b20bb9
commit
c594c75078
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue