pgsql/src/backend/utils/adt numeric.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/utils/adt numeric.c
Date
Msg-id 200104140210.f3E2AvZ09669@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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 ...


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql/src/bin/pg_dump pg_dump.c
Next
From: Philip Warner - CVS
Date:
Subject: pgsql/src/bin/pg_dump pg_backup_archiver.c pg_ ...