pgsql: Fix upgrade of contrib/intarray and contrib/unaccent 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/intarray and contrib/unaccent from 9.0.
Date: 2011-02-17 22:45:24
Message-ID: E1PqCbE-0001kg-OS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.

Take care of a couple of discrepancies between what you get from a fresh
install and what the first-draft update-from-unpackaged scripts produced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0024e348989254d48dc4afe9beab98a6994a791e

Modified Files
--------------
contrib/intarray/intarray--unpackaged--1.0.sql | 20 ++++++++++++++++++--
contrib/unaccent/unaccent--unpackaged--1.0.sql | 5 +++++
2 files changed, 23 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-02-17 23:11:50 pgsql: Fix upgrade of contrib/xml2 from 9.0.
Previous Message Tom Lane 2011-02-17 21:38:24 pgsql: Fix upgrade of contrib/btree_gist from 9.0.