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 464f20c commit a8443daCopy full SHA for a8443da
src/backend/utils/adt/nabstime.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.86 2001/09/28 08:09:11 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.87 2001/10/01 02:31:33 ishii Exp $
13
14
* NOTES
15
@@ -190,7 +190,9 @@ GetCurrentAbsoluteTimeUsec(int *usec)
190
{
191
time_t now;
192
struct timeval tp;
193
-// struct timezone tpz;
+#ifdef NOT_USED
194
+ struct timezone tpz;
195
+#endif
196
#if defined(HAVE_TM_ZONE) || defined(HAVE_INT_TIMEZONE)
197
struct tm *tm;
198
#else
0 commit comments