| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Deprecation warnings on Rocky 10.2 with current dev branch |
| Date: | 2026-07-17 13:27:05 |
| Message-ID: | 0CD5D0B8-2D98-41BC-B299-4C10C3045416@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> On 17 Jul 2026, at 14:47, Daniel Westermann (DWE) <daniel(dot)westermann(at)dbi-services(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hayato Kuroda (Fujitsu) | 2026-07-17 13:30:06 | RE: TDE: Benchmarking WAL encryption approaches |
| Previous Message | Nurlan Tulemisov | 2026-07-17 13:09:40 | Re: postgres_fdw: Emit message when batch_size is reduced |