Re: Bizarre 7.3.2 bug

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Neil Conway <neilc(at)samurai(dot)com>, Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bizarre 7.3.2 bug
Date: 2003-04-22 02:57:17
Message-ID: 2390000.1050980237@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On Monday, April 21, 2003 22:44:23 -0400 Neil Conway <neilc(at)samurai(dot)com>
wrote:

> 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/p
> atch-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.
I had asked that it be ****OPTIONAL****, and Sean had ignored that request.

LER

>
> Cheers,
>
> Neil
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-22 02:59:07 Re: Bizarre 7.3.2 bug
Previous Message Neil Conway 2003-04-22 02:44:23 Re: Bizarre 7.3.2 bug