timestamp bug? - Mailing list pgsql-hackers

From Gavin Sherry
Subject timestamp bug?
Date
Msg-id Pine.LNX.4.21.0306252336520.16772-100000@linuxworld.com.au
Whole thread Raw
Responses Re: timestamp bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Shouldn't we be detecting problems with the following (haven't seen
mention of it):

template1=# insert into b values('10000000-12-01 23:23:23');
INSERT 555183 1
template1=# select * from b;
ERROR:  Unable to format timestamp; internal coding error

Tested on reasonably recent CVS.

Mentioned on IRC.

Thanks,

Gavin



pgsql-hackers by date:

Previous
From: Kaare Rasmussen
Date:
Subject: Re: Two weeks to feature freeze
Next
From: Tom Lane
Date:
Subject: Re: allowed user/db variables