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

From Daniel Gustafsson
Subject Re: Deprecation warnings on Rocky 10.2 with current dev branch
Date
Msg-id 0CD5D0B8-2D98-41BC-B299-4C10C3045416@yesql.se
Whole thread
In response to Deprecation warnings on Rocky 10.2 with current dev branch  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
Responses Re: Deprecation warnings on Rocky 10.2 with current dev branch
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?

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Nurlan Tulemisov
Date:
Subject: Re: postgres_fdw: Emit message when batch_size is reduced
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: TDE: Benchmarking WAL encryption approaches