Re: [PoC] Add CANONICAL option to xmlserialize

2025-03-12 Thread Jim Jones
Hi On 12.03.25 08:21, newtglobal postgresql_contributors wrote: > The following review has been posted through the commitfest application: > make installcheck-world: tested, failed > Implements feature: tested, failed > Spec compliant: tested, failed > Documentation:te

Re: [PoC] Add CANONICAL option to xmlserialize

2025-03-12 Thread newtglobal postgresql_contributors
The following review has been posted through the commitfest application: make installcheck-world: tested, failed Implements feature: tested, failed Spec compliant: tested, failed Documentation:tested, failed Hi Jim, I tested the function with dynamically generated XML

Re: [PoC] Add CANONICAL option to xmlserialize

2024-09-08 Thread Jim Jones
Hi Oliver On 08.09.24 15:56, Oliver Ford wrote: > Whoops, yes all tests and docs pass! Thanks for the review! Best, Jim

Re: [PoC] Add CANONICAL option to xmlserialize

2024-09-08 Thread Oliver Ford
On Sun, Sep 8, 2024 at 2:44 PM Laurenz Albe wrote: > > On Sun, 2024-09-08 at 11:43 +, Oliver Ford wrote: > > The following review has been posted through the commitfest application: > > make installcheck-world: tested, failed > > Implements feature: tested, failed > > Spec compliant:

Re: [PoC] Add CANONICAL option to xmlserialize

2024-09-08 Thread Laurenz Albe
On Sun, 2024-09-08 at 11:43 +, Oliver Ford wrote: > The following review has been posted through the commitfest application: > make installcheck-world: tested, failed > Implements feature: tested, failed > Spec compliant: tested, failed > Documentation:tested, faile

Re: [PoC] Add CANONICAL option to xmlserialize

2024-09-08 Thread Oliver Ford
The following review has been posted through the commitfest application: make installcheck-world: tested, failed Implements feature: tested, failed Spec compliant: tested, failed Documentation:tested, failed LGTM The new status of this patch is: Ready for Committer

[PoC] Add CANONICAL option to xmlserialize

2023-02-27 Thread Jim Jones
Hi, In order to compare pairs of XML documents for equivalence it is necessary to convert them first to their canonical form, as described at W3C Canonical XML 1.1.[1] This spec basically defines a standard physical representation of xml documents that have more then one possible representati