Content-Length: 276285 | pFad | http://github.com/postgrespro/postgres/commit/a8443da57a0843b93eb2f92cbc799d33534ff630
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
Fetched URL: http://github.com/postgrespro/postgres/commit/a8443da57a0843b93eb2f92cbc799d33534ff630
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments