mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.
This commit is contained in:
@ -16,6 +16,9 @@
|
||||
#include <libxml/xmlerror.h>
|
||||
#include <libxml/parserInternals.h>
|
||||
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
/* declarations */
|
||||
|
||||
static void *pgxml_palloc(size_t size);
|
||||
|
Reference in New Issue
Block a user