Обсуждение: 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/02/22 00:57:45

Modified files:
    src/backend/utils/adt: datetime.c nabstime.c timestamp.c
    src/backend/utils/init: globals.c
    src/include    : miscadmin.h

Log message:
    Simplify timezone-handling code per proposal to pghackers: get rid of
    setting timezone-related variables during transaction start.  They were
    not used anyway in platforms that HAVE_TM_ZONE or HAVE_INT_TIMEZONE,
    which it appears is *all* the platforms we are currently supporting.
    For platforms that have neither, we now only support UTC or numeric-
    offset-from-UTC timezones.