Re: Support for dates before 4713 BC - Mailing list pgsql-general

From Tom Lane
Subject Re: Support for dates before 4713 BC
Date
Msg-id 1655012.1662998005@sss.pgh.pa.us
Whole thread Raw
In response to Re: Support for dates before 4713 BC  (Simon Riggs <simon.riggs@enterprisedb.com>)
List pgsql-general
Simon Riggs <simon.riggs@enterprisedb.com> writes:
> On Mon, 12 Sept 2022 at 16:00, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> No, it applies because we aren't sure that the math would operate
>> correctly with negative Julian day numbers --- for instance, division
>> roundoffs might happen in the wrong direction.  If somebody wanted to go
>> through and check/fix all that, we could probably relax the restriction.

> OK, challenge seems clear.

FWIW, I think this decision dates to a time when we still worried about
C89's lack of specificity about which direction integer division will
round negative results in.  Now that we're targeting only C99-compliant
platforms, that part should be easier.

            regards, tom lane



pgsql-general by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Support for dates before 4713 BC
Next
From: Rama Krishnan
Date:
Subject: Postgresql acid components