Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8443da

Browse files
committed
Remove C++ style comment. Some compilers won't accept it.
1 parent464f20c commita8443da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/backend/utils/adt/nabstime.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.86 2001/09/28 08:09:11 thomas Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.87 2001/10/01 02:31:33 ishii Exp $
1313
*
1414
* NOTES
1515
*
@@ -190,7 +190,9 @@ GetCurrentAbsoluteTimeUsec(int *usec)
190190
{
191191
time_tnow;
192192
structtimevaltp;
193-
//struct timezone tpz;
193+
#ifdefNOT_USED
194+
structtimezonetpz;
195+
#endif
194196
#if defined(HAVE_TM_ZONE)|| defined(HAVE_INT_TIMEZONE)
195197
structtm*tm;
196198
#else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp