1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix upgrade of contrib/xml2 from 9.0.

Update script was being sloppy about two functions that have been changed
since 9.0.
This commit is contained in:
Tom Lane
2011-02-17 18:11:28 -05:00
parent 0024e34898
commit de623f3335
2 changed files with 13 additions and 1 deletions

View File

@ -2,4 +2,5 @@
comment = 'XPath querying and XSLT'
default_version = '1.0'
module_pathname = '$libdir/pgxml'
relocatable = true
# non-relocatable because xml2--unpackaged--1.0.sql needs to use @extschema@
relocatable = false