File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 13
13
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
14
14
* Portions Copyright (c) 1994, Regents of the University of California
15
15
*
16
- * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.170 2004/10/18 16:24:40 momjian Exp $
16
+ * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.171 2004/10/18 19:08:57 momjian Exp $
17
17
*
18
18
* NOTES
19
19
* some of the information in this file should be moved to other files.
@@ -120,9 +120,7 @@ do { \
120
120
/*
121
121
* from utils/init/globals.c
122
122
*/
123
- #ifndef WIN32_CLIENT_ONLY
124
123
extern pid_t PostmasterPid ;
125
- #endif
126
124
extern bool IsPostmasterEnvironment ;
127
125
extern bool IsUnderPostmaster ;
128
126
Original file line number Diff line number Diff line change 10
10
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.30 2004/10/17 23:53:30 momjian Exp $
13
+ * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.31 2004/10/18 19:08:58 momjian Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
37
37
38
38
#if defined(WIN32 ) || defined(__CYGWIN__ )
39
39
40
- #include "miscadmin.h"
41
-
42
40
#ifndef __CYGWIN__
43
41
#include <winioctl.h>
44
42
#else
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/port/exec.c,v 1.29 2004/10/07 15:21:57 momjian Exp $
10
+ * $PostgreSQL: pgsql/src/port/exec.c,v 1.30 2004/10/18 19:08:58 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
26
26
#include <unistd.h>
27
27
#endif
28
28
29
- #include "miscadmin.h"
30
-
31
29
#define _ (x ) gettext(x)
32
30
33
31
#ifndef S_IRUSR /* XXX [TRH] should be in a header */
You can’t perform that action at this time.
0 commit comments