1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update xml2 extension for parallel query.

All functions provided by this extension are PARALLEL SAFE.

Andreas Karlsson
This commit is contained in:
Robert Haas
2016-06-14 15:49:32 -04:00
parent 20f6c3a2a1
commit 13e7453135
4 changed files with 34 additions and 16 deletions

View File

@ -1,6 +1,6 @@
# xml2 extension
comment = 'XPath querying and XSLT'
default_version = '1.0'
default_version = '1.1'
module_pathname = '$libdir/pgxml'
# non-relocatable because xml2--unpackaged--1.0.sql needs to use @extschema@
relocatable = false