Thread: timestamp-to-date broken in current sources

timestamp-to-date broken in current sources

From
Tom Lane
Date:
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


Re: timestamp-to-date broken in current sources

From
Thomas Lockhart
Date:
> 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