Re: [PATCH] Add CANONICAL option to xmlserialize - Mailing list pgsql-hackers

From Jim Jones
Subject Re: [PATCH] Add CANONICAL option to xmlserialize
Date
Msg-id 9b604fb0-5a83-4fd6-8190-0171b186a92b@uni-muenster.de
Whole thread Raw
In response to Re: [PATCH] Add CANONICAL option to xmlserialize  (Jim Jones <jim.jones@uni-muenster.de>)
Responses Re: [PATCH] Add CANONICAL option to xmlserialize
List 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

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Make copyObject work in C++
Next
From: Kuroda, Hayato/黒田 隼人
Date:
Subject: RE: [Proposal] Adding Log File Capability to pg_createsubscriber