pgsql: Do not try to find local timezone in DecodeDateTime() because the

Поиск
Список
Период
Сортировка
От meskes@postgresql.org (Michael Meskes)
Тема pgsql: Do not try to find local timezone in DecodeDateTime() because the
Дата
Msg-id 20070521070400.CBD269FB813@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Do not try to find local timezone in DecodeDateTime() because the
result is not used anyway. This also fixes Vista's build problems.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg:
        ChangeLog (r1.346 -> r1.347)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.346&r2=1.347)
    pgsql/src/interfaces/ecpg/pgtypeslib:
        dt_common.c (r1.38 -> r1.39)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c.diff?r1=1.38&r2=1.39)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: To support external compression of archived WAL data, add a flag
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Also removed the function not just the call, sorry.