Re: integer datetimes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: integer datetimes
Date: 2007-02-14 16:27:31
Message-ID: 24291.1171470451@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> Our docs for the integer datetime option says:
> Note also that the integer datetimes
> code is newer than the floating-point code, and we still find bugs in it
> from time to time.

> Is the last sentence about bugs really true anymore? At least the buildfarm
> seems to have a lot *more* machines with it enabled than without.

Buildfarm proves only that the regression tests don't expose any bugs,
not that there aren't any.

> (I'm thinking about making it the defautl for the vc++ build, which is
> why I came across that)

FWIW, there are several Linux distros that build their RPMs that way,
so it's not like people aren't using it. But it seems like we find bugs
in the datetime/interval stuff all the time, as people trip over
different weird edge cases.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2007-02-14 16:38:22 Re: Writing triggers in C++
Previous Message Tom Dunstan 2007-02-14 16:25:16 Re: "anyelement2" pseudotype