| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Minor cleanup of function declarations for BRIN. |
| Date: | 2014-12-02 19:08:00 |
| Message-ID: | E1Xvsno-0006Kh-KH@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/1511521a36f99a242f51c3bd0811cfcd53c5e63a
Modified Files
--------------
src/backend/access/brin/brin.c | 2 --
src/backend/access/brin/brin_minmax.c | 21 ++++++++-------------
src/include/access/brin_internal.h | 7 +++++++
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 8 ++++----
5 files changed, 20 insertions(+), 20 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2014-12-02 20:02:55 | pgsql: Fix JSON aggregates to work properly when final function is re-e |
| Previous Message | Alvaro Herrera | 2014-12-02 15:22:53 | pgsql: pageinspect/BRIN: minor tweaks |