8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b7e83 commit e572246Copy full SHA for e572246
src/include/c.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $PostgreSQL: pgsql/src/include/c.h,v 1.161 2004/04/30 04:14:05 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.162 2004/04/30 20:47:33 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -310,7 +310,7 @@ typedef unsigned long int uint64;
310
#endif
311
312
/* Global variable holding time zone information. */
313
-#ifdef USE_PGTZ
+#if defined(USE_PGTZ) && !defined(FRONTEND)
314
#define TIMEZONE_GLOBAL pg_timezone
315
#else
316
#ifndef HAVE_UNDERSCORE_TIMEZONE
0 commit comments