Add missing "static" marker.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 May 2015 03:39:36 +0000 (23:39 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 May 2015 03:39:36 +0000 (23:39 -0400)
Per buildfarm member pademelon.

src/backend/access/brin/brin_minmax.c

index d9fa9cd59761ea3133a7092381f936b15bbce1c2..d64c4f0864472644bb3e5f9ed0f3667f8cf1e41b 100644 (file)
@@ -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)
 {