| From: | Jim Jones <jim(dot)jones(at)uni-muenster(dot)de> |
|---|---|
| To: | 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-03-23 09:52:36 |
| Message-ID: | 9b604fb0-5a83-4fd6-8190-0171b186a92b@uni-muenster.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
rebase + minor changes:
* remove unnecessary volatile qualifier from a variable only read by
PG_TRY and never accessed by PG_CATCH or PG_END_TRY
* remove old comment from xml.sql and unnecessary entry from
system_functions.sql (leftovers from last implementation)
* add the c14n enum XML_C14N_1_1 instead of its value in the
xmlC14NDocDumpMemory() call.
Jim
| Attachment | Content-Type | Size |
|---|---|---|
| v21-0001-Add-xmlcanonicalize-function.patch | text/x-patch | 32.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | 2026-03-23 09:54:59 | RE: [Proposal] Adding Log File Capability to pg_createsubscriber | |
| Previous Message | Peter Eisentraut | 2026-03-23 09:27:51 | Re: Make copyObject work in C++ |