diff options
| author | Robert Haas | 2016-06-14 19:49:32 +0000 |
|---|---|---|
| committer | Robert Haas | 2016-06-14 19:49:32 +0000 |
| commit | 13e7453135189a32f9f12c4bebd0cd97a0a5d908 (patch) | |
| tree | a04ccf885460d95a396aa3e56b44db34162a3c0e /contrib/xml2/Makefile | |
| parent | 20f6c3a2a1eeadbf81c4c6cea35e831dc08ae06b (diff) | |
Update xml2 extension for parallel query.
All functions provided by this extension are PARALLEL SAFE.
Andreas Karlsson
Diffstat (limited to 'contrib/xml2/Makefile')
| -rw-r--r-- | contrib/xml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile index 2f7a08cff1a..68fd9c42af4 100644 --- a/contrib/xml2/Makefile +++ b/contrib/xml2/Makefile @@ -4,7 +4,7 @@ MODULE_big = pgxml OBJS = xpath.o xslt_proc.o $(WIN32RES) EXTENSION = xml2 -DATA = xml2--1.0.sql xml2--unpackaged--1.0.sql +DATA = xml2--1.1.sql xml2--1.0--1.1.sql xml2--unpackaged--1.0.sql PGFILEDESC = "xml2 - XPath querying and XSLT" REGRESS = xml2 |
