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

Commitb2b8190

Browse files
committed
Add volatile qualifier missed in commit2e616de.
Noted by Pavel StehuleDiscussion:https://postgr.es/m/CAFj8pRAaGO5FX7bnP3E=mRssoK8y5T78x7jKy-vDiyS68L888Q@mail.gmail.com
1 parentcc8d415 commitb2b8190

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/adt

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/xml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ xml_xmlnodetoxmltype(xmlNodePtr cur, PgXmlErrorContext *xmlerrcxt)
38253825

38263826
if (cur->type!=XML_ATTRIBUTE_NODE&&cur->type!=XML_TEXT_NODE)
38273827
{
3828-
void(*nodefree) (xmlNodePtr)=NULL;
3828+
void(*volatilenodefree) (xmlNodePtr)=NULL;
38293829
volatilexmlBufferPtrbuf=NULL;
38303830
volatilexmlNodePtrcur_copy=NULL;
38313831

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp