Re: [PoC] XMLCast (SQL/XML X025) - Mailing list pgsql-hackers

From Jim Jones
Subject Re: [PoC] XMLCast (SQL/XML X025)
Date
Msg-id c5eca00a-73df-4deb-b9c2-cdf142c3747c@uni-muenster.de
Whole thread Raw
In response to [PoC] XMLCast (SQL/XML X025)  (Jim Jones <jim.jones@uni-muenster.de>)
Responses Re: [PoC] XMLCast (SQL/XML X025)
List pgsql-hackers
On 30.12.24 10:29, Jim Jones wrote:
> rebase.
>
> v5 attached removes the libxml2 dependency of unescape_xml().
>
> Background: the existing function escape_xml() intentionally avoids
> libxml2 dependency and the previously used libxml2 functions
> xmlStringDecodeEntities() and xmlDecodeEntities() got deprecated.
>
v6 attached adds missing regression tests for XMLCast backward parsing.

Jim

Attachment

pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: Trigger more frequent autovacuums of heavy insert tables
Next
From: John Naylor
Date:
Subject: Re: Improve CRC32C performance on SSE4.2