File tree 5 files changed +4
-11
lines changed
5 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
12
- #include "c.h"
13
12
#include "postgres.h"
14
13
15
14
#include "storage/bufmgr.h"
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.2 1996/08/15 07:30:22 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.3 1996/08/27 22:15:08 scrappy Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
- #include "c.h"
15
14
#include "postgres.h"
16
15
17
16
#include "storage/bufmgr.h"
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.1.1.1 1996/07/09 06:21:13 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.2 1996/08/27 22:15:15 scrappy Exp $
11
11
*
12
12
* NOTES
13
13
* This file contains the high level access-method interface to the
17
17
*/
18
18
#include "postgres.h"
19
19
20
- #include "machine.h" /* in port/ directory (needed for BLCKSZ) */
21
-
22
20
#include "access/heapam.h"
23
21
#include "storage/buf.h"
24
22
#include "storage/bufmgr.h"
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.1.1.1 1996/07/09 06:21:13 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.2 1996/08/27 22:15:16 scrappy Exp $
11
11
*
12
12
* NOTES
13
13
* This file contains support functions for the high
17
17
*/
18
18
#include "postgres.h"
19
19
20
- #include "machine.h" /* in port/ directory (needed for BLCKSZ) */
21
-
22
20
#include "storage/buf.h"
23
21
#include "storage/bufmgr.h"
24
22
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.2 1996/08/24 20:48:04 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.3 1996/08/27 22:15:17 scrappy Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
14
#include <math.h>
15
15
#include "postgres.h"
16
16
17
- #include "machine.h" /* in port/ directory (needed for BLCKSZ) */
18
17
#include "storage/buf.h"
19
18
#include "storage/bufmgr.h"
20
19
#include "storage/ipc.h" /* for OIDGENLOCKID */
You can’t perform that action at this time.
0 commit comments