Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ce2ff2

Browse files
committed
Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.
1 parent41dcc65 commit7ce2ff2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎contrib/xml2/xpath.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
#include<libxml/xmlerror.h>
1717
#include<libxml/parserInternals.h>
1818

19+
20+
PG_MODULE_MAGIC;
21+
1922
/* declarations */
2023

2124
staticvoid*pgxml_palloc(size_tsize);

‎contrib/xml2/xslt_proc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include<libxslt/xsltutils.h>
2222

2323

24-
PG_MODULE_MAGIC;
25-
2624
/* declarations to come from xpath.c */
2725

2826
externvoidelog_error(intlevel,char*explain,intforce);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp