| From: | "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> |
|---|---|
| To: | "Hackers" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Bizarre 7.3.2 bug |
| Date: | 2003-04-22 02:23:01 |
| Message-ID: | 008701c30876$194dad30$6500a8c0@fhp.internal |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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, compiled by 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, compiled by GCC 2.95.3
(1 row)
australia=# select ''::integer;
WARNING: pg_atoi: zero-length string
int4
------
0
(1 row)
What the???
Chris
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neil Conway | 2003-04-22 02:44:23 | Re: Bizarre 7.3.2 bug |
| Previous Message | rise | 2003-04-22 01:21:11 | Re: [INTERFACES] Speed of SSL connections; cost of |