File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for postmaster
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/postmaster/Makefile,v 1.1 1996/10/27 09:51:20 bryanh Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/postmaster/Makefile,v 1.2 1996/11/03 04:48:27 scrappy Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
SRCDIR = ../..
12
12
include ../../Makefile.global
13
13
14
- INCLUDE_OPT = -I.. \
15
- -I../port/$(PORTNAME ) \
16
- -I../include \
14
+ INCLUDE_OPT = -I../port/$(PORTNAME ) \
17
15
-I../../include
18
16
19
17
CFLAGS+ =$(INCLUDE_OPT )
Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.19 1996/10/30 00:36:59 bryanh Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.20 1996/11/03 04:48:26 scrappy Exp $
14
14
*
15
15
* NOTES
16
16
*
32
32
*
33
33
*-------------------------------------------------------------------------
34
34
*/
35
+ #include "postgres.h"
36
+
35
37
#include "libpq/pqsignal.h" /* substitute for <signal.h> */
36
- #include "config.h"
37
38
38
39
#include <string.h>
39
40
#include <stdlib.h>
73
74
#include "libpq/pqcomm.h"
74
75
#include "miscadmin.h"
75
76
#include "lib/dllist.h"
77
+ #include "nodes/nodes.h"
76
78
#include "utils/mcxt.h"
77
79
#include "storage/proc.h"
78
80
#include "utils/elog.h"
You can’t perform that action at this time.
0 commit comments