Re: [HACKERS] roundoff problem in time datatype

From: Neil Conway <neilc(at)samurai(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] roundoff problem in time datatype
Date: 2005-10-16 00:13:32
Message-ID: 1129421612.8219.37.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Thu, 2005-13-10 at 22:54 -0400, Bruce Momjian wrote:
> 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.

Should this be added to the regression tests?

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2005-10-16 01:16:06 Re: PostgreSQL roadmap for 8.2 and beyond.
Previous Message Tom Lane 2005-10-15 22:48:25 Re: A costing analysis tool

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2005-10-16 02:13:27 Re: [HACKERS] Patching dblink.c to avoid warning about
Previous Message Bruce Momjian 2005-10-15 21:28:27 Re: [HACKERS] Kerberos brokenness and oops question in 8.1beta2