Обсуждение: pgsql: Do not try to find local timezone in DecodeDateTime() because the

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

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

От
meskes@postgresql.org (Michael Meskes)
Дата:
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)