Re: WIP: rewrite numeric division

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Paesold <mpaesold(at)gmx(dot)at>, pgsql-patches(at)postgresql(dot)org, Gregory Stark <stark(at)enterprisedb(dot)com>
Subject: Re: WIP: rewrite numeric division
Date: 2007-09-13 23:56:20
Message-ID: 200709132356.l8DNuL308089@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


This has been saved for the 8.4 release:

http://momjian.postgresql.org/cgi-bin/pgpatches_hold

---------------------------------------------------------------------------

Tom Lane wrote:
> Michael Paesold <mpaesold(at)gmx(dot)at> writes:
> > Please, let's revisit this, and not postpone it without further
> > discussion. I never knew about the correctness issues in div_var(), but
> > since I know about it, I feel I am just waiting until that problem will
> > hit me or anyone else.
>
> Yeah. I was basically waiting to see if anyone could come up with a
> faster solution. Since no one seems to have an idea how to do it
> better, I'm inclined to apply the patch for 8.3.
>
> regards, tom lane

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2007-09-14 03:06:54 Re: psql \COPY accepts multiple NULL AS
Previous Message Bruce Momjian 2007-09-13 23:44:18 Re: [HACKERS] Still recommending daily vacuum...