Skip to content

Commit 369c9e3

Browse files
committed
Repair missing brace in HAVE_INT_TIMEZONE case.
1 parent 9310075 commit 369c9e3

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/18 17:30:15 thomas Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.89 2001/10/18 19: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)