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

This commit is contained in:
Tom Lane 2006-09-11 15:30:32 +00:00
parent 41dcc65c0e
commit 7ce2ff2d22
2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,9 @@
#include <libxml/xmlerror.h>
#include <libxml/parserInternals.h>
PG_MODULE_MAGIC;
/* declarations */
static void *pgxml_palloc(size_t size);

View File

@ -21,8 +21,6 @@
#include <libxslt/xsltutils.h>
PG_MODULE_MAGIC;
/* declarations to come from xpath.c */
extern void elog_error(int level, char *explain, int force);