Bizarre 7.3.2 bug - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Bizarre 7.3.2 bug
Date
Msg-id 008701c30876$194dad30$6500a8c0@fhp.internal
Whole thread Raw
Responses Re: Bizarre 7.3.2 bug  (Neil Conway <neilc@samurai.com>)
Re: Bizarre 7.3.2 bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Bizarre 7.3.2 bug  (Sean Chittenden <sean@chittenden.org>)
List pgsql-hackers
On one machine (installed as 7.3.1, upgraded to 7.3.2):

usa=# select version();                              version
---------------------------------------------------------------------PostgreSQL 7.3.2 on i386-portbld-freebsd4.7,
compiledby GCC 2.95.4
 
(1 row)

usa=# select ''::integer;
ERROR:  pg_atoi: zero-length string

On another machine (installed as 7.3.2):

australia=# select version();                              version
---------------------------------------------------------------------PostgreSQL 7.3.2 on i386-portbld-freebsd4.4,
compiledby GCC 2.95.3
 
(1 row)

australia=# select ''::integer;
WARNING:  pg_atoi: zero-length stringint4
------   0
(1 row)

What the???

Chris



pgsql-hackers by date:

Previous
From: rise
Date:
Subject: Re: [INTERFACES] Speed of SSL connections; cost of
Next
From: Neil Conway
Date:
Subject: Re: Bizarre 7.3.2 bug