projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41dcc65
)
Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.
author
Tom Lane
Mon, 11 Sep 2006 15:30:32 +0000
(15:30 +0000)
committer
Tom Lane
Mon, 11 Sep 2006 15:30:32 +0000
(15:30 +0000)
contrib/xml2/xpath.c
patch
|
blob
|
blame
|
history
contrib/xml2/xslt_proc.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/xml2/xpath.c
b/contrib/xml2/xpath.c
index 5ced182d3c4debdcdcb5949b756cc111a1bb1113..01f1976ab610d676c82a0746e31b8b403f439edf 100644
(file)
--- a/
contrib/xml2/xpath.c
+++ b/
contrib/xml2/xpath.c
@@
-16,6
+16,9
@@
#include
#include
+
+PG_MODULE_MAGIC;
+
/* declarations */
static void *pgxml_palloc(size_t size);
diff --git
a/contrib/xml2/xslt_proc.c
b/contrib/xml2/xslt_proc.c
index 404aa2a79071ab4cb09a31767bbce559967ec1b1..433030ead96f5002fb3f7dcfa8ae79867d429a84 100644
(file)
--- a/
contrib/xml2/xslt_proc.c
+++ b/
contrib/xml2/xslt_proc.c
@@
-21,8
+21,6
@@
#include
-PG_MODULE_MAGIC;
-
/* declarations to come from xpath.c */
extern void elog_error(int level, char *explain, int force);