BUG #5534: IS DOCUMENT predicate errors instead of returning false

Поиск
Список
Период
Сортировка
От Mike Fowler
Тема BUG #5534: IS DOCUMENT predicate errors instead of returning false
Дата
Msg-id 201007011652.o61GqkEQ006664@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5534: IS DOCUMENT predicate errors instead of returning false  (Mike Fowler <mike@mlfowler.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5534
Logged by:          Mike Fowler
Email address:      mike@mlfowler.com
PostgreSQL version: 9.0beta2
Operating system:   Linux 2.6.31-14-generic #48-Ubuntu SMP
Description:        IS DOCUMENT predicate errors instead of returning false
Details:

IS DOCUMENT should return false for a non-well formed document, and indeed
is coded to do such. However, the conversion to the xml type which happens
before the underlying xml_is_document function is even called fails and
exceptions out. I've mentioned this on -hackers with message ID
20100701172553.w5vdy1xbocos8g40@www.mlfowler.com

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5533: PQexecParams in Binary Mode returns incorrect value for float4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5531: REGEXP_ REPLACE causes connection drop