7.3 -> pg_atoi: zero-length string - Mailing list pgsql-general

From Ben-Nes Michael
Subject 7.3 -> pg_atoi: zero-length string
Date
Msg-id 00be01c29ab6$2bfd9680$aa0f5ac2@canaan.co.il
Whole thread Raw
Responses 7.3 -> pg_atoi: zero-length string  (Lee Kindness <lkindness@csl.co.uk>)
List pgsql-general
Hi

After I upgraded 7.2.3 to 7.3 I started to get the following errors:
pg_atoi: zero-length string

its seems that i get it when not all field have content:

this is one example that generate the error:
insert into images (section_id, pic_date, image_order) values ('8',
'2002-12-03', '')


pgsql-general by date:

Previous
From: Harry Yau
Date:
Subject: Re: Problem of Null Ordering
Next
From: Lee Kindness
Date:
Subject: 7.3 -> pg_atoi: zero-length string