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

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Do not try to find local timezone in DecodeDateTime() because the
Date: 2007-05-21 07:04:00
Message-ID: 20070521070400.CBD269FB813@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2007-05-21 07:07:48 pgsql: Also removed the function not just the call, sorry.
Previous Message Tom Lane 2007-05-20 21:08:19 pgsql: To support external compression of archived WAL data, add a flag