1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00

contrib/xml2: Use SQL-standard function bodies.

In the same spirit as 969bbd0fa, 13e3796c9, 3f323eba8.

Tom Lane and Ronan Dunklau

Discussion: https://postgr.es/m/3316564.aeNJFYEL58@aivenlaptop
This commit is contained in:
Tom Lane
2024-12-29 13:53:00 -05:00
parent 97a5a16849
commit 667368fd26
4 changed files with 23 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# xml2 extension
comment = 'XPath querying and XSLT'
default_version = '1.1'
default_version = '1.2'
module_pathname = '$libdir/pgxml'
# XXX do we still need this to be non-relocatable?
relocatable = false