tackling Vista problem - another try

This commit is contained in:
Michael Meskes 2007-05-20 11:30:30 +00:00
parent e18ca9bbaa
commit 2f2717d14f
2 changed files with 5 additions and 3 deletions

View File

@ -2196,6 +2196,6 @@ Thu, 10 May 09:42:42 CEST 2007
Th, 17 May 2007 22:03:40 +0200
- Removed mktime() call to hopefully get rid of some compatiility
- Removed mktime() call to hopefully get rid of some compatibility
problems.
- Set ecpg version to 4.3.1.

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.37 2007/02/19 17:41:39 momjian Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.38 2007/05/20 11:30:30 meskes Exp $ */
#include "postgres_fe.h"
@ -2538,7 +2538,9 @@ DecodeDateTime(char **field, int *ftype, int nf,
if (fmask & DTK_M(DTZMOD))
return -1;
*tzp = DetermineLocalTimeZone(tm);
/* test to see if this is the reason for the error on Vista
* doesn't seem to be used anyway
* *tzp = DetermineLocalTimeZone(tm); */
}
}