summaryrefslogtreecommitdiff
path: root/contrib/xml2/xml2.control
diff options
context:
space:
mode:
authorTom Lane2011-02-17 23:11:28 +0000
committerTom Lane2011-02-17 23:11:28 +0000
commitde623f33353c96657651f9c3a6c8756616c610e4 (patch)
treeb0e71b8512c3e2dcc89931a98b891993b27a0cc1 /contrib/xml2/xml2.control
parent0024e348989254d48dc4afe9beab98a6994a791e (diff)
Fix upgrade of contrib/xml2 from 9.0.
Update script was being sloppy about two functions that have been changed since 9.0.
Diffstat (limited to 'contrib/xml2/xml2.control')
-rw-r--r--contrib/xml2/xml2.control3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/xml2/xml2.control b/contrib/xml2/xml2.control
index 004649d652..51de678d5f 100644
--- a/contrib/xml2/xml2.control
+++ b/contrib/xml2/xml2.control
@@ -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