Re: [HACKERS] roundoff problem in time datatype - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] roundoff problem in time datatype
Date
Msg-id 5143.1129258766@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] roundoff problem in time datatype  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I have written the attached patch which I think does what you suggested.
> I found all the places where we disallowed 24:00:00, and make it valid,
> including nabstime.c.

Looks reasonable right offhand ... don't forget to update the docs too.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] roundoff problem in time datatype
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] roundoff problem in time datatype