pgsql: Minor cleanup of function declarations for BRIN.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Minor cleanup of function declarations for BRIN.
Дата
Msg-id E1Xvsno-0006Kh-KH@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pageinspect/BRIN: minor tweaks
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Move security_label test