pgsql: Fix integral timestamps so the output is consistent in all cases

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Fix integral timestamps so the output is consistent in all cases
Дата
Msg-id 20080924194644.98F727545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix integral timestamps so the output is consistent in all cases to
round:

    select interval '0:0:0.7', interval '@ 0.70 secs', interval '0.7
        seconds';

Ron Mayer

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        datetime.c (r1.193 -> r1.194)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.193&r2=1.194)

В списке pgsql-committers по дате отправления:

Предыдущее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Fix pg_dump bug in the database-level collation patch.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add documentation about when trigger values NEW/OLD return NULL.