Re: [PATCHES] fix integer datetime division rounding error

2005-07-23 Thread Rocco Altier
This fixes the problem for me. Thanks, -rocco > -Original Message- > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 24, 2005 12:37 AM > To: Andrew Dunstan > Cc: Patches (PostgreSQL); Rocco Altier > Subject: Re: [PATCHES] fix integer datetime

Re: [PATCHES] fix integer datetime division rounding error

2005-07-23 Thread Bruce Momjian
Andrew Dunstan wrote: > > The attached patch seems to fix the rounding error that is causing > regression failures on machines with integer datetimes. (Source of error > discovered by [EMAIL PROTECTED]).ISTM this code needs to be given some > careful analysis - I know it makes my head spin read

[PATCHES] fix integer datetime division rounding error

2005-07-23 Thread Andrew Dunstan
The attached patch seems to fix the rounding error that is causing regression failures on machines with integer datetimes. (Source of error discovered by [EMAIL PROTECTED]).ISTM this code needs to be given some careful analysis - I know it makes my head spin reading it. cheers andrew Index: