mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Add volatile qualifier missed in commit 2e616dee9
.
Noted by Pavel Stehule Discussion: https://postgr.es/m/CAFj8pRAaGO5FX7bnP3E=mRssoK8y5T78x7jKy-vDiyS68L888Q@mail.gmail.com
This commit is contained in:
parent
cc8d415117
commit
b2b819019f
@ -3825,7 +3825,7 @@ xml_xmlnodetoxmltype(xmlNodePtr cur, PgXmlErrorContext *xmlerrcxt)
|
||||
|
||||
if (cur->type != XML_ATTRIBUTE_NODE && cur->type != XML_TEXT_NODE)
|
||||
{
|
||||
void (*nodefree) (xmlNodePtr) = NULL;
|
||||
void (*volatile nodefree) (xmlNodePtr) = NULL;
|
||||
volatile xmlBufferPtr buf = NULL;
|
||||
volatile xmlNodePtr cur_copy = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user