File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.30 1999/07/16 04:58:40 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.31 1999/07/16 05:41:16 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
+ #include "postgres.h"
14
15
#ifndef HAVE_MEMMOVE
15
16
#include <regex/utils.h>
16
17
#else
17
18
#include <string.h>
18
19
#endif
19
20
20
- #include "postgres.h"
21
-
22
21
#include "access/heapam.h"
23
22
#include "catalog/catname.h"
24
23
#include "utils/syscache.h"
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.112 1999/07/16 04:59:38 momjian Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.113 1999/07/16 05:41:17 momjian Exp $
14
14
*
15
15
* NOTES
16
16
*
32
32
*
33
33
*-------------------------------------------------------------------------
34
34
*/
35
- /* moved here to prevent double define */
35
+ #include "postgres.h"
36
36
#include <sys/param.h>
37
+ /* moved here to prevent double define */
37
38
#ifdef HAVE_NETDB_H
38
39
#include <netdb.h>
39
40
#endif
40
41
41
- #include "postgres.h"
42
42
43
43
#ifndef MAXHOSTNAMELEN
44
44
#define MAXHOSTNAMELEN 256
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/enbl.c,v 1.8 1999/07/15 15:20:32 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/enbl.c,v 1.9 1999/07/16 05:41:18 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
14
#include "postgres.h"
15
+ #include "utils/module.h"
15
16
16
17
/*
17
18
* BypassEnable
Original file line number Diff line number Diff line change 1
1
/*
2
2
* @(#) pg_passwd.c 1.8 09:13:16 97/07/02 Y. Ichikawa
3
3
*/
4
- #include "postgres.h"
5
-
6
4
#include <stdio.h>
7
5
#include <stdlib.h>
6
+
7
+ #include "postgres.h"
8
8
#if defined(HAVE_STRING_H )
9
9
#include <string.h>
10
10
#else
You can’t perform that action at this time.
0 commit comments