Minor cleanup of function declarations for BRIN.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1511521a36f99a242f51c3bd0811cfcd53c5e63a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-12-02T19:07:54Z
Releases: 9.5.0
Minor cleanup of function declarations for BRIN.

Get rid of PG_FUNCTION_INFO_V1() macros, which are quite inappropriate
for built-in functions (possibly leftovers from testing as a loadable
module?).  Also, fix gratuitous inconsistency between SQL-level and
C-level names of the minmax support functions.

Files