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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
