pgsql/src/backend/utils/adt numeric.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt numeric.c
Date: 2001-04-14 02:10:57
Message-ID: 200104140210.f3E2AvZ09669@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/04/13 22:10:57

Modified files:
src/backend/utils/adt: numeric.c

Log message:
Another try at making numeric MODULO operator produce the right answer.
Although it was now using the right equation, it was making bogus choices
of the precision to compute intermediate results to. I'm not sure this
is really right even yet, but it's better than before ...

Browse pgsql-committers by date

  From Date Subject
Next Message Philip Warner - CVS 2001-04-14 13:11:04 pgsql/src/bin/pg_dump pg_backup_archiver.c pg_ ...
Previous Message Tom Lane 2001-04-14 01:52:26 Re: pgsql/src/bin/pg_dump pg_dump.c