reject empty string in float[48], oid

Поиск
Список
Период
Сортировка
От Neil Conway
Тема reject empty string in float[48], oid
Дата
Msg-id 1108085219.1286.202.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: reject empty string in float[48], oid  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
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.

Barring any objections, I'll apply this to HEAD tomorrow.

-Neil


Вложения

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

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