Re: Bizarre 7.3.2 bug

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Bizarre 7.3.2 bug
Дата
Msg-id 1050979463.382.7.camel@tokyo
обсуждение исходный текст
Ответ на Bizarre 7.3.2 bug  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: Bizarre 7.3.2 bug
Re: Bizarre 7.3.2 bug
Список pgsql-hackers
On Mon, 2003-04-21 at 22:23, Christopher Kings-Lynne wrote:
> usa=# select ''::integer;
> ERROR:  pg_atoi: zero-length string

> australia=# select ''::integer;
> WARNING:  pg_atoi: zero-length string
>  int4
> ------
>     0
> (1 row)
> 
> What the???

Looks like the FreeBSD maintainer (you know who you are, seanc :-) ) has
decided to be clever:


http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/postgresql7/files/patch-src%3a%3abackend%3a%3autils%3a%3aadt%3a%3anumutils.c?rev=1.1&content-type=text/x-cvsweb-markup

Frankly, this is exactly the kind of modification that distributions
should *not* be making, IMHO.

Cheers,

Neil



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Bizarre 7.3.2 bug
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: Bizarre 7.3.2 bug