提交 7ce2ff2d 编写于 作者: T Tom Lane

Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.

上级 41dcc65c
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
#include <libxml/xmlerror.h> #include <libxml/xmlerror.h>
#include <libxml/parserInternals.h> #include <libxml/parserInternals.h>
PG_MODULE_MAGIC;
/* declarations */ /* declarations */
static void *pgxml_palloc(size_t size); static void *pgxml_palloc(size_t size);
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include <libxslt/xsltutils.h> #include <libxslt/xsltutils.h>
PG_MODULE_MAGIC;
/* declarations to come from xpath.c */ /* declarations to come from xpath.c */
extern void elog_error(int level, char *explain, int force); extern void elog_error(int level, char *explain, int force);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册