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:
@ -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
|
||||
|
Reference in New Issue
Block a user