pgsql: Remove rint() for to_char MS and US output. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Remove rint() for to_char MS and US output.
Date
Msg-id 20070217031132.D09D19FB43A@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove rint() for to_char MS and US output.  We can't us rint() because
we can't overflow to the next higher units, and we might print the lower
units for MS.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.127 -> r1.128)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.127&r2=1.128)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > * Allow holdable cursors in SPI
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy