pgsql: Properly adjust age() seconds to match the sign of the larger

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Properly adjust age() seconds to match the sign of the larger
Дата
Msg-id 20070718031313.AB9A99FB473@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Properly adjust age() seconds to match the sign of the larger units.
Patch from Tom.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        timestamp.c (r1.179 -> r1.180)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.179&r2=1.180)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document that age() adds days, then full months.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document that 'deleted' is also tracked by autovacuum.