pgsql: Remove rint() for to_char MS and US output.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove rint() for to_char MS and US output.
Date: 2007-02-17 03:11:32
Message-ID: 20070217031132.D09D19FB43A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-02-17 19:33:32 pgsql: Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy
Previous Message Bruce Momjian 2007-02-17 02:01:02 pgsql: Add: > * Allow holdable cursors in SPI