Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
83f558af
Commit
83f558af
authored
Dec 15, 1998
by
Vadim B. Mikheev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tzn undeclared in FreeBSD, commented out.
parent
3f7fbf85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/nabstime.c
+4
-1
No files found.
src/backend/utils/adt/nabstime.c
View file @
83f558af
...
...
@@ -4,7 +4,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nabstime.c,v 1.4
8 1998/12/14 08:11:12 scrappy
Exp $
* $Id: nabstime.c,v 1.4
9 1998/12/15 15:10:03 vadim
Exp $
*
*/
#include <stdio.h>
...
...
@@ -71,8 +71,11 @@ GetCurrentAbsoluteTime(void)
strftime(CTZName, MAXTZLEN, "%Z", tm);
#endif
/* XXX FreeBSD man pages indicate that this should work - thomas 1998-12-12 */
/* tzn isn't defined !!! - vadim 15-12-1998 */
#if 0
if (tzn != NULL)
strcpy(tzn, tm->tm_zone);
#endif
#elif defined(HAVE_INT_TIMEZONE)
tm
=
localtime
(
&
now
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment