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

Commit369c9e3

Browse files
committed
Repair missing brace in HAVE_INT_TIMEZONE case.
1 parent9310075 commit369c9e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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.88 2001/10/1817:30:15 thomas Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.89 2001/10/1819:52:03 tgl Exp $
1313
*
1414
* NOTES
1515
*
@@ -368,6 +368,7 @@ abstime2tm(AbsoluteTime _time, int *tzp, struct tm * tm, char **tzn)
368368
}
369369
#elif defined(HAVE_INT_TIMEZONE)
370370
if (tzp!=NULL)
371+
{
371372
/* We have a brute force time zone per SQL99?
372373
* Then use it without change
373374
* since we have already rotated to the time zone.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp