Re: [PATCH] Add CANONICAL option to xmlserialize

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Add CANONICAL option to xmlserialize
Date: 2023-03-14 07:49:19
Message-ID: a7acf547-4f91-29bf-66e6-99ab0d44926b@uni-muenster.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

v4 attached fixes an encoding issue at the xml_parse call. It now uses
GetDatabaseEncoding().

Best, Jim

Attachment Content-Type Size
v4-0001-Add-CANONICAL-format-to-xmlserialize.patch text/x-patch 31.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2023-03-14 07:58:42 Re: Improve WALRead() to suck data directly from WAL buffers when possible
Previous Message John Naylor 2023-03-14 07:30:02 Re: logical decoding and replication of sequences, take 2