-
- Downloads
Handle contrib's GIN/GIST support function signature changes honestly.
In commits 9ff60273 and dbe23289 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
Showing
- contrib/btree_gist/Makefile 2 additions, 2 deletionscontrib/btree_gist/Makefile
- contrib/btree_gist/btree_gist--1.1--1.2.sql 63 additions, 0 deletionscontrib/btree_gist/btree_gist--1.1--1.2.sql
- contrib/btree_gist/btree_gist--1.2.sql 1 addition, 1 deletioncontrib/btree_gist/btree_gist--1.2.sql
- contrib/btree_gist/btree_gist.control 1 addition, 1 deletioncontrib/btree_gist/btree_gist.control
- contrib/cube/Makefile 2 additions, 1 deletioncontrib/cube/Makefile
- contrib/cube/cube--1.1--1.2.sql 19 additions, 0 deletionscontrib/cube/cube--1.1--1.2.sql
- contrib/cube/cube--1.2.sql 1 addition, 1 deletioncontrib/cube/cube--1.2.sql
- contrib/cube/cube.control 1 addition, 1 deletioncontrib/cube/cube.control
- contrib/hstore/Makefile 1 addition, 1 deletioncontrib/hstore/Makefile
- contrib/hstore/hstore--1.3--1.4.sql 26 additions, 0 deletionscontrib/hstore/hstore--1.3--1.4.sql
- contrib/hstore/hstore--1.4.sql 1 addition, 1 deletioncontrib/hstore/hstore--1.4.sql
- contrib/hstore/hstore.control 1 addition, 1 deletioncontrib/hstore/hstore.control
- contrib/intarray/Makefile 2 additions, 1 deletioncontrib/intarray/Makefile
- contrib/intarray/intarray--1.1--1.2.sql 26 additions, 0 deletionscontrib/intarray/intarray--1.1--1.2.sql
- contrib/intarray/intarray--1.2.sql 1 addition, 1 deletioncontrib/intarray/intarray--1.2.sql
- contrib/intarray/intarray.control 1 addition, 1 deletioncontrib/intarray/intarray.control
- contrib/ltree/Makefile 1 addition, 1 deletioncontrib/ltree/Makefile
- contrib/ltree/ltree--1.0--1.1.sql 29 additions, 0 deletionscontrib/ltree/ltree--1.0--1.1.sql
- contrib/ltree/ltree--1.1.sql 1 addition, 1 deletioncontrib/ltree/ltree--1.1.sql
- contrib/ltree/ltree.control 1 addition, 1 deletioncontrib/ltree/ltree.control
Loading
Please register or sign in to comment