diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-11 15:30:32 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-11 15:30:32 +0000 |
commit | 7ce2ff2d22aba9442347e94dd62fe2212d0adb27 (patch) | |
tree | 41c79493c5f097b73cdf9d75bfd53db648d13fbe /contrib/xml2/xslt_proc.c | |
parent | 41dcc65c0eca6fb2b7574d97238651c2092ed327 (diff) | |
download | postgresql-7ce2ff2d22aba9442347e94dd62fe2212d0adb27.tar.gz postgresql-7ce2ff2d22aba9442347e94dd62fe2212d0adb27.zip |
Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.
Diffstat (limited to 'contrib/xml2/xslt_proc.c')
-rw-r--r-- | contrib/xml2/xslt_proc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/xml2/xslt_proc.c b/contrib/xml2/xslt_proc.c index 404aa2a7907..433030ead96 100644 --- a/contrib/xml2/xslt_proc.c +++ b/contrib/xml2/xslt_proc.c @@ -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); |