Обсуждение: [PATCH] empty xml values

Поиск
Список
Период
Сортировка

[PATCH] empty xml values

От
Peter Eisentraut
Дата:
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).

Вложения

Re: [PATCH] empty xml values

От
Ali Akbar
Дата:
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
--
Ali Akbar
Вложения

Re: [PATCH] empty xml values

От
Peter Eisentraut
Дата:
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.