diff options
Diffstat (limited to 'contrib/xml2/xpath.c')
-rw-r--r-- | contrib/xml2/xpath.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/xml2/xpath.c b/contrib/xml2/xpath.c index 19180b9a6c2..23d3f332dba 100644 --- a/contrib/xml2/xpath.c +++ b/contrib/xml2/xpath.c @@ -22,7 +22,10 @@ #include <libxml/xmlerror.h> #include <libxml/parserInternals.h> -PG_MODULE_MAGIC; +PG_MODULE_MAGIC_EXT( + .name = "xml2", + .version = PG_VERSION +); /* exported for use by xslt_proc.c */ |