]> granicus.if.org Git - postgresql/commit
Fix assorted inconsistencies in GIN opclass support function declarations.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jan 2016 03:32:19 +0000 (22:32 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jan 2016 03:32:22 +0000 (22:32 -0500)
commitdbe2328959e12701fade6b500ad411271923d6e4
tree743196a5d1df0bea99b8baa54af76d19d0aeae75
parent948c97958bf37adb2a9c2d6d92c255abfc7499ba
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.
contrib/hstore/hstore--1.3.sql
contrib/intarray/intarray--1.1.sql
contrib/tsearch2/tsearch2--1.0.sql
doc/src/sgml/gin.sgml
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h