pgsql: Fix upgrade of contrib/btree_gist from 9.0.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix upgrade of contrib/btree_gist from 9.0.
Date: 2011-02-17 21:38:24
Message-ID: E1PqBYO-0000mI-Gi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-02-17 22:45:24 pgsql: Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.
Previous Message Robert Haas 2011-02-17 21:03:56 pgsql: Prevent possible compiler warnings.