Remove now-useless btree_gist--1.2.sql script.

In the wake of the previous commit, this script will fail
if executed via CREATE EXTENSION, so it's useless.  Remove it,
but keep the delta scripts, allowing old (even very old)
versions of the btree_gist SQL objects to be upgraded to 1.9
via ALTER EXTENSION UPDATE after a pg_upgrade.

Author: Tom Lane <[email protected]>
Reviewed-by: Matthias van de Meent <[email protected]>
Reviewed-by: Heikki Linnakangas <[email protected]>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b8ccd29152f5e00250869499daab226f6ce55fdd

Modified Files
--------------
contrib/btree_gist/Makefile            |    2 +-
contrib/btree_gist/btree_gist--1.2.sql | 1570 --------------------------------
contrib/btree_gist/meson.build         |    1 -
3 files changed, 1 insertion(+), 1572 deletions(-)

Reply via email to