We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8d415 commit b2b8190Copy full SHA for b2b8190
src/backend/utils/adt/xml.c
@@ -3825,7 +3825,7 @@ xml_xmlnodetoxmltype(xmlNodePtr cur, PgXmlErrorContext *xmlerrcxt)
3825
3826
if (cur->type != XML_ATTRIBUTE_NODE && cur->type != XML_TEXT_NODE)
3827
{
3828
- void (*nodefree) (xmlNodePtr) = NULL;
+ void (*volatile nodefree) (xmlNodePtr) = NULL;
3829
volatile xmlBufferPtr buf = NULL;
3830
volatile xmlNodePtr cur_copy = NULL;
3831
0 commit comments