Обсуждение: pgsql: Remove rint() for to_char MS and US output.

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian)
Дата:
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)