pgsql: Do not try to find local timezone in DecodeDateTime() because the - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Do not try to find local timezone in DecodeDateTime() because the
Date
Msg-id 20070521070400.CBD269FB813@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: To support external compression of archived WAL data, add a flag
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Also removed the function not just the call, sorry.