Handle contrib's GIN/GIST support function signature changes honestly.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 749a787c5b25ae33b3d4da0ef12aa05214aa73c7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-06-09T20:44:25Z
Releases: 9.6.0
Handle contrib's GIN/GIST support function signature changes honestly.

In commits 9ff60273e35cad6e and dbe2328959e12701 I (tgl) fixed the
signatures of a bunch of contrib's GIN and GIST support functions so that
they would pass validation by the recently-added amvalidate functions.
The backend does not actually consult or check those signatures otherwise,
so I figured this was basically cosmetic and did not require an extension
version bump.  However, Alexander Korotkov pointed out that that would
leave us in a pretty messy situation if we ever wanted to redefine those
functions later, because there wouldn't be a unique way to name them.
Since we're going to be bumping these extensions' versions anyway for
parallel-query cleanups, let's take care of this now.

Andreas Karlsson, adjusted for more search-path-safety by me

Files

PathChange+/−
contrib/btree_gist/btree_gist--1.1--1.2.sql added +63 −0
contrib/btree_gist/btree_gist--1.2.sql (from contrib/btree_gist/btree_gist--1.1.sql) renamed +1 −1
contrib/btree_gist/btree_gist.control modified +1 −1
contrib/btree_gist/Makefile modified +2 −2
contrib/cube/cube--1.1--1.2.sql added +19 −0
contrib/cube/cube--1.2.sql (from contrib/cube/cube--1.1.sql) renamed +1 −1
contrib/cube/cube.control modified +1 −1
contrib/cube/Makefile modified +2 −1
contrib/hstore/hstore--1.3--1.4.sql added +26 −0
contrib/hstore/hstore--1.4.sql (from contrib/hstore/hstore--1.3.sql) renamed +1 −1
contrib/hstore/hstore.control modified +1 −1
contrib/hstore/Makefile modified +1 −1
contrib/intarray/intarray--1.1--1.2.sql added +26 −0
contrib/intarray/intarray--1.2.sql (from contrib/intarray/intarray--1.1.sql) renamed +1 −1
contrib/intarray/intarray.control modified +1 −1
contrib/intarray/Makefile modified +2 −1
contrib/ltree/ltree--1.0--1.1.sql added +29 −0
contrib/ltree/ltree--1.1.sql (from contrib/ltree/ltree--1.0.sql) renamed +1 −1
contrib/ltree/ltree.control modified +1 −1
contrib/ltree/Makefile modified +1 −1
contrib/pg_trgm/Makefile modified +2 −1
contrib/pg_trgm/pg_trgm--1.2--1.3.sql added +24 −0
contrib/pg_trgm/pg_trgm--1.3.sql (from contrib/pg_trgm/pg_trgm--1.2.sql) renamed +1 −1
contrib/pg_trgm/pg_trgm.control modified +1 −1
contrib/seg/Makefile modified +1 −1
contrib/seg/seg--1.0--1.1.sql added +18 −0
contrib/seg/seg--1.1.sql (from contrib/seg/seg--1.0.sql) renamed +1 −1
contrib/seg/seg.control modified +1 −1