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

From Daniel Westermann (DWE)
Subject Re: Deprecation warnings on Rocky 10.2 with current dev branch
Date
Msg-id ZR2PPFF1830B877265B48D4E96A9BA10D42D2C62@ZR2PPFF1830B877.CHEP278.PROD.OUTLOOK.COM
Whole thread
In response to Re: Deprecation warnings on Rocky 10.2 with current dev branch  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
>> On 17 Jul 2026, at 14:47, Daniel Westermann (DWE) <daniel.westermann@dbi-services.com> wrote:

>> [1086/2136] Compiling C object src/backend/postgres_lib.a.p/utils_adt_xml.c.o
>> ../postgresql/src/backend/utils/adt/xml.c: In function ‘xml_parse’:
>> ../postgresql/src/backend/utils/adt/xml.c:1924:25: warning: ‘xmlKeepBlanksDefault’ is deprecated
[-Wdeprecated-declarations]
>> 1924 |                         save_keep_blanks = xmlKeepBlanksDefault(preserve_whitespace ? 1 : 0);
>>      |                         ^~~~~~~~~~~~~~~~
>> In file included from ../postgresql/src/backend/utils/adt/xml.c:51:

>Which version of libxml2 do you have installed?

The standard on Rocky 10:

postgres@rocky10-pgbox:/home/postgres/ [pg20] rpm -qa | grep libxml2
libxml2-2.12.5-10.el10_2.2.x86_64
libxml2-devel-2.12.5-10.el10_2.2.x86_64

Regards
Daniel



pgsql-hackers by date:

Previous
From: Ayush Tiwari
Date:
Subject: Caching a partition index's parent OID in the relcache?
Next
From: Álvaro Herrera
Date:
Subject: Re: Caching a partition index's parent OID in the relcache?