Re: [PATCH] empty xml values - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] empty xml values
Date
Msg-id 540F1F49.3070105@gmx.net
Whole thread Raw
In response to Re: [PATCH] empty xml values  (Ali Akbar <the.apaan@gmail.com>)
List pgsql-hackers
On 8/30/14 12:43 PM, Ali Akbar wrote:
>     While looking into this report
>     http://www.postgresql.org/message-id/CF48CCFB.65A9D%tim.kane@gmail.com I
>     noticed that we don't accept empty values as xml "content" values, even
>     though this should apparently be allowed by the spec.  Attached is a
>     patch to fix it (which needs updates to xml_1.out, which I omit here for
>     simplicity).
> 
> 
> The patch works, albeit must be applied with --ignore-whitespace.
> Attached the patch + xml_1.out updates.
> 
> I'm marking this ready for commit

Committed, thanks.



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: proposal: plpgsql - Assert statement
Next
From: Robert Haas
Date:
Subject: Re: add modulo (%) operator to pgbench