Re: [PATCH] Add CANONICAL option to xmlserialize

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Chapman Flack <chap(at)anastigmatix(dot)net>, vignesh C <vignesh21(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Vik Fearing <vik(at)postgresfriends(dot)org>
Subject: Re: [PATCH] Add CANONICAL option to xmlserialize
Date: 2026-04-02 08:12:31
Message-ID: 6374bf7b-b695-4b41-b983-3541bc84fd6e@uni-muenster.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 30/03/2026 13:38, Andrew Dunstan wrote:
> Apparently. Here's a v23.

Thanks. Much appreciated!

> BTW, when submitting patches with new OIDs, pick them using the src/
> include/catalog/unused_oids script. It will be adjusted later on, and
> this prevents collisions.

Yeah, I suppose I didn’t know any better back then :)

Attached v24 removing a new blank line at EOF in xml.sql and updating
the reviewers list in the commit message.

Best, Jim

Attachment Content-Type Size
v24-0001-Add-xmlcanonicalize-function.patch text/x-patch 32.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2026-04-02 08:27:21 Re: Adding REPACK [concurrently]
Previous Message Chao Li 2026-04-02 07:59:37 Re: Eliminating SPI / SQL from some RI triggers - take 3