Re: [PATCH] Fix libxml leaks in contrib/xml2 XPath functions - Mailing list pgsql-hackers

From Andrey Chernyy
Subject Re: [PATCH] Fix libxml leaks in contrib/xml2 XPath functions
Date
Msg-id 20260603012745.14262e5b@andrnote
Whole thread
In response to Re: [PATCH] Fix libxml leaks in contrib/xml2 XPath functions  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Thanks, Michael.

Agreed about xmlXPathCompiledEval(); without a reliable error indication
from libxml2, xml2 cannot distinguish a valid NULL result from an
internal failure locally.

The v2-0001..v2-0004 merge sounds good to me.

--
Andrey Chernyy



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: injection_points: Switch wait/wakeup to use atomics rather than latches
Next
From: David Rowley
Date:
Subject: Re: Wrong unsafe-flag test in check_output_expressions()