Minor cleanup of function declarations for BRIN.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/brin/brin.c | modified | +0 −2 |
| src/backend/access/brin/brin_minmax.c | modified | +8 −13 |
| src/include/access/brin_internal.h | modified | +7 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +4 −4 |