pgsql: Fix upgrade of contrib/xml2 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/xml2 from 9.0.
Date: 2011-02-17 23:11:50
Message-ID: E1PqD0o-00028N-0Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix upgrade of contrib/xml2 from 9.0.

Update script was being sloppy about two functions that have been changed
since 9.0.

Branch
------
master

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

Modified Files
--------------
contrib/xml2/xml2--unpackaged--1.0.sql | 11 +++++++++++
contrib/xml2/xml2.control | 3 ++-
2 files changed, 13 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-02-18 00:01:15 pgsql: Fix tsmatchsel() to account properly for null rows.
Previous Message Tom Lane 2011-02-17 22:45:24 pgsql: Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.