Re: [HACKERS] timestamp-to-date broken in current sources

2002-05-20 Thread Thomas Lockhart
> With CVS tip (and float-type timestamps) I get ... > Seems to be the same result no matter what timestamp is put in. Yup. Broken for double timestamps. Will patch... - Thomas ---(end of broadcast)--- TIP 6: Have you searched our

[HACKERS] timestamp-to-date broken in current sources

2002-05-20 Thread Tom Lane
With CVS tip (and float-type timestamps) I get regression=# select date('2002-02-01 00:00:00'::timestamp); date 2000-01-01 (1 row) Seems to be the same result no matter what timestamp is put in. regards, tom lane ---(end of broa