Re: Deprecation warnings on Rocky 10.2 with current dev branch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Deprecation warnings on Rocky 10.2 with current dev branch
Date
Msg-id 414139.1784473618@sss.pgh.pa.us
Whole thread
In response to Re: Deprecation warnings on Rocky 10.2 with current dev branch  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 2026-07-17 Fr 10:38 AM, Tom Lane wrote:
>> Yeah.  It's annoying as heck, because they deprecated that without
>> providing an adequate replacement.  The replacement is claimed to
>> be "Use the modern options API with XML_PARSE_NOBLANKS", but there
>> is no direct equivalent to xmlParseBalancedChunkMemory that takes
>> an options argument.

> I think we can probably use xmlParseInNodeContext(), which does take an 
> options argument. Did you look at that?

Hmm ... I think I was confused by the fact that it takes "const char
*data" not "const xmlChar *string".  On further research, those are
more equivalent than I'd thought.  So maybe it'll work.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Deprecation warnings on Rocky 10.2 with current dev branch
Next
From: Jeff Davis
Date:
Subject: Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.