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: | 2025-06-10 09:16:06 |
Message-ID: | 25b1346d-33a1-4cc2-8d9e-b801a916c6d7@uni-muenster.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
rebase and add an extra check for xmlbuf after the xmlC14NDocDumpMemory
call:
if (nbytes < 0 || xmlbuf == NULL)
ereport(ERROR,
(errcode(ERRCODE_INTERNAL_ERROR),
errmsg("could not canonicalize XML document")));
--
Jim
Attachment | Content-Type | Size |
---|---|---|
v18-0001-Add-xmlcanonicalize-function.patch | text/x-patch | 25.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Zhijie Hou (Fujitsu) | 2025-06-10 09:50:29 | RE: Replication slot is not able to sync up |
Previous Message | shveta malik | 2025-06-10 08:59:13 | Re: Fix slot synchronization with two_phase decoding enabled |