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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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-07 00:20:05
Message-ID: aGsStWpCFFlfx96A@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 04, 2025 at 12:44:56AM -0400, Tom Lane wrote:
>> 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.

Thanks, applied.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2025-07-07 00:22:21 Saving stack space in nbtree's _bt_first function
Previous Message Peter Smith 2025-07-07 00:19:18 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2