Re: Fix deprecation warning with libxml2 2.14 in contrib/xml2/

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix deprecation warning with libxml2 2.14 in contrib/xml2/
Date: 2025-07-04 04:44:56
Message-ID: 166455.1751604296@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Paquier <michael(at)paquier(dot)xyz> writes:
> The solution is simple: we need to replace buf->content by a call to
> xmlBufferContent(). This routine exists since be803967dbec (year
> 2000), so 25 years should make that safe enough to use.

> The last batch of libxml deprecation warning fixes we have done was
> last year in [1], so the one we have here is new. It seems to me that
> it would not hurt to just backpatch that all the way down rather than
> waiting. Comments are welcome.

Seems reasonable.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shlok Kyal 2025-07-04 05:03:34 Re: Restrict publishing of partitioned table with a foreign table as partition
Previous Message Michael Paquier 2025-07-04 04:36:33 Re: Fix deprecation warning with libxml2 2.14 in contrib/xml2/