diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-04-18 01:03:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-04-18 01:03:42 +0000 |
commit | 4d4953fc4187567f73e7e5ccd6678d19a156c240 (patch) | |
tree | 37b702cafe9076bd1e6fccc058fb908b5b0e32f1 /src/include/utils/datetime.h | |
parent | cb7fb3ca958ec8bd5a14e740c067f1d096af3454 (diff) | |
download | postgresql-4d4953fc4187567f73e7e5ccd6678d19a156c240.tar.gz postgresql-4d4953fc4187567f73e7e5ccd6678d19a156c240.zip |
Make Win32 tests to match existing Cygwin tests, where appropriate.
Diffstat (limited to 'src/include/utils/datetime.h')
-rw-r--r-- | src/include/utils/datetime.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 3a419615489..1f43ffbceaf 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.37 2003/04/04 04:50:44 tgl Exp $ + * $Id: datetime.h,v 1.38 2003/04/18 01:03:42 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -216,13 +216,6 @@ do { \ } while(0) #endif -/* Global variable holding time zone information. */ -#if defined(__CYGWIN__) || defined(N_PLAT_NLM) -#define TIMEZONE_GLOBAL _timezone -#else -#define TIMEZONE_GLOBAL timezone -#endif - /* * Date/time validation * Include check for leap year. |