File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 37
37
*
38
38
*
39
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.493 2006/07/14 14:52:22 momjian Exp $
40
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.494 2006/07/15 15:47:17 tgl Exp $
41
41
*
42
42
* NOTES
43
43
*
92
92
#include <DNSServiceDiscovery/DNSServiceDiscovery.h>
93
93
#endif
94
94
95
+ #include "access/transam.h"
95
96
#include "bootstrap/bootstrap.h"
97
+ #include "catalog/pg_control.h"
96
98
#include "lib/dllist.h"
97
99
#include "libpq/auth.h"
98
100
#include "libpq/ip.h"
107
109
#include "postmaster/syslogger.h"
108
110
#include "storage/fd.h"
109
111
#include "storage/ipc.h"
112
+ #include "storage/pg_shmem.h"
110
113
#include "storage/pmsignal.h"
111
114
#include "storage/proc.h"
112
115
#include "tcop/tcopprot.h"
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/storage/ipc/ipci.c,v 1.85 2006/07/14 14:52:22 momjian Exp $
11
+ * $PostgreSQL: pgsql/src/backend/storage/ipc/ipci.c,v 1.86 2006/07/15 15:47:17 tgl Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
22
22
#include "miscadmin.h"
23
23
#include "pgstat.h"
24
24
#include "postmaster/bgwriter.h"
25
+ #include "postmaster/postmaster.h"
25
26
#include "storage/freespace.h"
26
27
#include "storage/ipc.h"
27
28
#include "storage/pg_shmem.h"
You can’t perform that action at this time.
0 commit comments