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:
parent
f0a4b20bb9
commit
c594c75078
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user