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

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

pgsql/src/backend/utils/adt formatting.c

От
thomas@postgresql.org
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    02/01/04 10:49:47

Modified files:
    src/backend/utils/adt: formatting.c

Log message:
    Have to_date() call timestamptz_date() per Karel's email instructions.
    Fixes time zone problems introduced by Thomas' implementation of
    TIMESTAMP WITHOUT TIME ZONE which caused the behavior of the previously
    appropriate routine, timestamp_date(), to change for the worse in this
    context.