Minor cleanup of function declarations for BRIN.
authorTom Lane <[email protected]>
Tue, 2 Dec 2014 19:07:54 +0000 (14:07 -0500)
committerTom Lane <[email protected]>
Tue, 2 Dec 2014 19:07:54 +0000 (14:07 -0500)
commit1511521a36f99a242f51c3bd0811cfcd53c5e63a
tree4f2a7f477798940717f8bb29b1631fae451b56df
parentb52cb4690e0752efea440173c4923d76d2126679
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.
src/backend/access/brin/brin.c
src/backend/access/brin/brin_minmax.c
src/include/access/brin_internal.h
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h