File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3
3
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
4
4
*
5
5
* IDENTIFICATION
6
- * $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.8 2007/01 /26 17:45:42 neilc Exp $
6
+ * $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.9 2007/10 /26 13:30:10 tgl Exp $
7
7
*/
8
8
9
- #include "postgres .h"
9
+ #include "postgres_fe .h"
10
10
11
11
#include "private.h"
12
12
Original file line number Diff line number Diff line change 3
3
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
4
4
*
5
5
* IDENTIFICATION
6
- * $PostgreSQL: pgsql/src/timezone/localtime.c,v 1.17 2007/08/04 19:29:25 tgl Exp $
6
+ * $PostgreSQL: pgsql/src/timezone/localtime.c,v 1.18 2007/10/26 13:30:10 tgl Exp $
7
7
*/
8
8
9
9
/*
12
12
* (guy@auspex.com).
13
13
*/
14
14
15
- #include "postgres.h"
15
+ /* this file needs to build in both frontend and backend contexts */
16
+ #include "c.h"
16
17
17
18
#include <fcntl.h>
18
19
Original file line number Diff line number Diff line change 3
3
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
4
4
*
5
5
* IDENTIFICATION
6
- * $PostgreSQL: pgsql/src/timezone/scheck.c,v 1.7 2005 /10/15 02:49:51 momjian Exp $
6
+ * $PostgreSQL: pgsql/src/timezone/scheck.c,v 1.8 2007 /10/26 13:30:10 tgl Exp $
7
7
*/
8
8
9
- #include "postgres .h"
9
+ #include "postgres_fe .h"
10
10
11
11
#include "private.h"
12
12
Original file line number Diff line number Diff line change 3
3
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
4
4
*
5
5
* IDENTIFICATION
6
- * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.21 2007/02/01 19:10:30 momjian Exp $
6
+ * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.22 2007/10/26 13:30:10 tgl Exp $
7
7
*/
8
8
9
- #include "postgres .h"
9
+ #include "postgres_fe .h"
10
10
11
11
#ifdef HAVE_GETOPT_H
12
12
#include <getopt.h>
You can’t perform that action at this time.
0 commit comments