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
8164fb88
Commit
8164fb88
authored
Oct 26, 2007
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid including any backend-only stuff in the zic utility program.
Per gripe from Zdenek Kotala, though not exactly his patch.
parent
350196df
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
src/timezone/ialloc.c
src/timezone/ialloc.c
+2
-2
src/timezone/localtime.c
src/timezone/localtime.c
+3
-2
src/timezone/scheck.c
src/timezone/scheck.c
+2
-2
src/timezone/zic.c
src/timezone/zic.c
+2
-2
No files found.
src/timezone/ialloc.c
View file @
8164fb88
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.
8 2007/01/26 17:45:42 neilc
Exp $
* $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.
9 2007/10/26 13:30:10 tgl
Exp $
*/
*/
#include "postgres.h"
#include "postgres
_fe
.h"
#include "private.h"
#include "private.h"
...
...
src/timezone/localtime.c
View file @
8164fb88
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/localtime.c,v 1.1
7 2007/08/04 19:29:25
tgl Exp $
* $PostgreSQL: pgsql/src/timezone/localtime.c,v 1.1
8 2007/10/26 13:30:10
tgl Exp $
*/
*/
/*
/*
...
@@ -12,7 +12,8 @@
...
@@ -12,7 +12,8 @@
* (guy@auspex.com).
* (guy@auspex.com).
*/
*/
#include "postgres.h"
/* this file needs to build in both frontend and backend contexts */
#include "c.h"
#include <fcntl.h>
#include <fcntl.h>
...
...
src/timezone/scheck.c
View file @
8164fb88
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/scheck.c,v 1.
7 2005/10/15 02:49:51 momjian
Exp $
* $PostgreSQL: pgsql/src/timezone/scheck.c,v 1.
8 2007/10/26 13:30:10 tgl
Exp $
*/
*/
#include "postgres.h"
#include "postgres
_fe
.h"
#include "private.h"
#include "private.h"
...
...
src/timezone/zic.c
View file @
8164fb88
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.2
1 2007/02/01 19:10:30 momjian
Exp $
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.2
2 2007/10/26 13:30:10 tgl
Exp $
*/
*/
#include "postgres.h"
#include "postgres
_fe
.h"
#ifdef HAVE_GETOPT_H
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#include <getopt.h>
...
...
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