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
8120ff63
Commit
8120ff63
authored
Aug 08, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More Win32 zic build cleanups now that we have symlinks, it needs help.
parent
e81cbc21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/timezone/Makefile
src/timezone/Makefile
+3
-3
src/timezone/zic.c
src/timezone/zic.c
+1
-2
No files found.
src/timezone/Makefile
View file @
8120ff63
...
...
@@ -4,7 +4,7 @@
# Makefile for the timezone library
# IDENTIFICATION
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.1
4 2004/08/08 04:53:41
momjian Exp $
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.1
5 2004/08/08 05:19:44
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -15,10 +15,10 @@ include $(top_builddir)/src/Makefile.global
override CPPFLAGS
:
= -DFRONTEND $(CPPFLAGS)
# files to build into backend
OBJS
=
localtime.o strftime.o pgtz.o
dirmod.o
OBJS
=
localtime.o strftime.o pgtz.o
# files needed to build zic utility program
ZICOBJS
=
zic.o ialloc.o scheck.o localtime.o
ZICOBJS
=
zic.o ialloc.o scheck.o localtime.o
dirmod.o
# timezone data files
TZDATA
:=
africa antarctica asia australasia europe northamerica southamerica
\
...
...
src/timezone/zic.c
View file @
8120ff63
...
...
@@ -3,7 +3,7 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.
9 2004/07/22 01:41:24 tgl
Exp $
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.
10 2004/08/08 05:19:44 momjian
Exp $
*/
#include "postgres.h"
...
...
@@ -19,7 +19,6 @@
#include "tzfile.h"
#ifdef WIN32
#undef unlink
#include <windows.h>
#endif
...
...
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