Обсуждение: pgsql-server/src/include/catalog pg_proc.h

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

pgsql-server/src/include/catalog pg_proc.h

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/01/08 19:58:42

Modified files:
    src/include/catalog: pg_proc.h

Log message:
    Add missing pg_proc entry for interval_scale().  The lack of this entry
    causes interval rounding not to work as expected in 7.3, for example
    SELECT '18:17:15.6'::interval(0) does not round the value.
    I did not force initdb, but one is needed to install the added row.