File tree 5 files changed +5
-11
lines changed
5 files changed +5
-11
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/catalog/index.c,v 1.3 1996/08/26 06:29 :32 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.4 1996/08/27 22:16 :32 scrappy Exp $
11
11
*
12
12
*
13
13
* INTERFACE ROUTINES
72
72
73
73
#include "parser/catalog_utils.h"
74
74
75
- #include "machine.h"
76
-
77
75
/*
78
76
* macros used in guessing how many tuples are on a page.
79
77
*/
Original file line number Diff line number Diff line change 6
6
*
7
7
*
8
8
* IDENTIFICATION
9
- * $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.6 1996/08/27 07:42:22 scrappy Exp $
9
+ * $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.7 1996/08/27 22:17:08 scrappy Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
43
43
#include "utils/memutils.h"
44
44
#include "utils/palloc.h"
45
45
#include "fmgr.h"
46
- #include "machine.h"
47
46
48
47
/*
49
48
* New copy code.
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.4 1996/07/22 23:00:18 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.5 1996/08/27 22:20:26 scrappy Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
17
17
#include "postgres.h"
18
18
#include "miscadmin.h" /* for DataDir */
19
19
20
- #include "machine.h"
21
20
#include "storage/smgr.h" /* where the declarations go */
22
21
#include "storage/block.h"
23
22
#include "storage/fd.h"
Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.1.1.1 1996/07/09 06:21:59 scrappy Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.2 1996/08/27 22:20:27 scrappy Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
19
19
#ifdef MAIN_MEMORY
20
20
21
21
#include <math.h>
22
- #include "machine.h"
23
22
#include "storage/ipc.h"
24
23
#include "storage/smgr.h" /* where the declarations go */
25
24
#include "storage/block.h"
Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.1.1.1 1996/07/09 06:21:59 scrappy Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.2 1996/08/27 22:20:28 scrappy Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
17
17
#include <string.h>
18
18
#include "postgres.h"
19
19
20
- #include "machine.h"
21
20
#include "storage/ipc.h"
22
21
#include "storage/smgr.h"
23
22
#include "storage/block.h"
You can’t perform that action at this time.
0 commit comments