mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Add missing "static" marker.
Per buildfarm member pademelon.
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user