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

Commitb601c8d

Browse files
committed
Tamotsu Nakagawa has posted a fix for this to a local mail list in
Japan. Can someone comment on this? According to him, with the patchnow only the geometry test fails. Tatsuo Ishii
1 parent5bb8b62 commitb601c8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 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.69 2000/06/09 01:11:08 tgl Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.70 2000/06/27 18:08:49 momjian Exp $
1313
*
1414
* NOTES
1515
*
@@ -215,8 +215,9 @@ GetCurrentTime(struct tm * tm)
215215

216216

217217
void
218-
abstime2tm(AbsoluteTimetime,int*tzp,structtm*tm,char*tzn)
218+
abstime2tm(AbsoluteTime_time,int*tzp,structtm*tm,char*tzn)
219219
{
220+
time_ttime= (time_t)_time;
220221
#ifdefUSE_POSIX_TIME
221222
structtm*tx;
222223

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp