pgsql: Fix assorted inconsistencies in GIN opclass support function dec - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix assorted inconsistencies in GIN opclass support function dec
Date
Msg-id E1aLjVo-0003ow-45@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix assorted inconsistencies in GIN opclass support function dec  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
List pgsql-committers
Fix assorted inconsistencies in GIN opclass support function declarations.

GIN had some minor issues too, mostly using "internal" where something
else would be more appropriate.  I went with the same approach as in
9ff60273e35cad6e, namely preferring the opclass' indexed datatype for
arguments that receive an operator RHS value, even if that's not
necessarily what they really are.

Again, this is with an eye to having a uniform rule for ginvalidate()
to check support function signatures.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dbe2328959e12701fade6b500ad411271923d6e4

Modified Files
--------------
contrib/hstore/hstore--1.3.sql     |   12 ++++-----
contrib/intarray/intarray--1.1.sql |    8 +++---
contrib/tsearch2/tsearch2--1.0.sql |    4 +--
doc/src/sgml/gin.sgml              |   48 ++++++++++++++++++++----------------
src/include/catalog/catversion.h   |    2 +-
src/include/catalog/pg_proc.h      |   22 ++++++++---------
6 files changed, 51 insertions(+), 45 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add two HyperLogLog functions
Next
From: Bruce Momjian
Date:
Subject: pgsql: Properly install dynloader.h on MSVC builds