Обсуждение: pgsql-server/src/backend/utils/adt datetime.c ...

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

pgsql-server/src/backend/utils/adt datetime.c ...

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/04 00:30:15

Modified files:
    src/backend/utils/adt: datetime.c nabstime.c

Log message:
    Allow 60 in seconds fields of timestamp, time, interval input values.
    Per recent discussion on pgsql-general, this is appropriate for spec
    compliance, and has the nice side-effect of easing porting from old
    pg_dump files that exhibit the 59.999=>60.000 roundoff problem.