tackling Vista problem - another try
authorMichael Meskes <meskes@postgresql.org>
Sun, 20 May 2007 11:30:30 +0000 (11:30 +0000)
committerMichael Meskes <meskes@postgresql.org>
Sun, 20 May 2007 11:30:30 +0000 (11:30 +0000)
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/pgtypeslib/dt_common.c

index a2ae3e9d4a210bb6793ec729c604371038208795..32ba47d760d6af85a807ca6705f8982d3def8b40 100644 (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.
index 8fb0818add4147416264b982c47d5edbec1e767c..8bdc64b000176a03414a3bbfa32254bb5e8075c9 100644 (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); */
        }
    }