Re: reject empty string in float[48], oid

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: reject empty string in float[48], oid
Дата
Msg-id 5330.1108086781@sss.pgh.pa.us
обсуждение исходный текст
Ответ на reject empty string in float[48], oid  (Neil Conway <neilc@samurai.com>)
Ответы Re: reject empty string in float[48], oid  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> This patch changes the input routines for float4, float8 and oid to
> reject empty strings (rather than treating them as "0"). In 8.0 we issue
> a warning about this behavior and indicate that the input will not be
> accepted by a future release, so it seems reasonable to disallow the
> input in 8.1. The patch also updates the regression tests.

If you're going to add regression tests, how about testing the case of a
non-empty-but-all-whitespace string?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP: pl/pgsql cleanup
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Clarify use of NOW() in pl/pgsql docs