aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-09-01 18:59:35 +0000
committerBruce Momjian <bruce@momjian.us>2004-09-01 18:59:35 +0000
commitbd9b951191d7643b14336d91ba31cd9b7beb7f3a (patch)
tree61198f381971dbe507b7ceb8e598be98c11772ab
parent93dc1d46852c2a01a03bb25f72877c5d9aaadd49 (diff)
downloadpostgresql-bd9b951191d7643b14336d91ba31cd9b7beb7f3a.tar.gz
postgresql-bd9b951191d7643b14336d91ba31cd9b7beb7f3a.zip
Back out Cygwin timezone change until we have a more global solution.
-rw-r--r--src/interfaces/ecpg/pgtypeslib/dt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/pgtypeslib/dt.h b/src/interfaces/ecpg/pgtypeslib/dt.h
index a97a414c345..fa74a23f4ba 100644
--- a/src/interfaces/ecpg/pgtypeslib/dt.h
+++ b/src/interfaces/ecpg/pgtypeslib/dt.h
@@ -220,11 +220,7 @@ do { \
#if !defined(__CYGWIN__) && !defined(WIN32)
#define TIMEZONE_GLOBAL timezone
#else
-#if defined(WIN32)
#define TIMEZONE_GLOBAL _timezone
-#else
-#define TIMEZONE_GLOBAL ((int)_timezone) /* time_t on Cywgin */
-#endif
#define tzname _tzname /* should be in time.h? */
#endif