fix integer datetime division rounding error

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: fix integer datetime division rounding error
Date: 2005-07-24 00:23:10
Message-ID: 42E2DF6E.3000208@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


The attached patch seems to fix the rounding error that is causing
regression failures on machines with integer datetimes. (Source of error
discovered by Andrew(at)Supernews).ISTM this code needs to be given some
careful analysis - I know it makes my head spin reading it.

cheers

andrew

Attachment Content-Type Size
ts.patch text/x-patch 1.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Fuhr 2005-07-24 02:34:33 Re: [HACKERS] Patch to fix plpython on OS X
Previous Message Andrew Dunstan 2005-07-23 23:58:21 Re: [HACKERS] Patch to fix plpython on OS X