pgsql: Fix upgrade of contrib/btree_gist from 9.0. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix upgrade of contrib/btree_gist from 9.0.
Date
Msg-id E1PqBYO-0000mI-Gi@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix upgrade of contrib/btree_gist from 9.0.

The initial version of the update-from-unpackaged script neglected to
include the <> operators that were added to the opclasses during 9.1.
To make this script produce the same final state as the regular install
script, use the same ALTER OPERATOR FAMILY trick as in pg_trgm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ec65a79db2a423a156cda8e862d34052d7175a86

Modified Files
--------------
contrib/btree_gist/btree_gist--1.0.sql             |   96 +++++++++++++++-----
contrib/btree_gist/btree_gist--unpackaged--1.0.sql |   68 ++++++++++++++
2 files changed, 141 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Prevent possible compiler warnings.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.