File tree Expand file tree Collapse file tree 5 files changed +4
-11
lines changed Expand file tree Collapse file tree 5 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 99 *
1010 *-------------------------------------------------------------------------
1111 */
12- #include "c.h"
1312#include "postgres.h"
1413
1514#include "storage/bufmgr.h"
Original file line number Diff line number Diff line change 77 *
88 *
99 * 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 $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
14- #include "c.h"
1514#include "postgres.h"
1615
1716#include "storage/bufmgr.h"
Original file line number Diff line number Diff line change 77 *
88 *
99 * 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 $
1111 *
1212 * NOTES
1313 * This file contains the high level access-method interface to the
1717 */
1818#include "postgres.h"
1919
20- #include "machine.h" /* in port/ directory (needed for BLCKSZ) */
21-
2220#include "access/heapam.h"
2321#include "storage/buf.h"
2422#include "storage/bufmgr.h"
Original file line number Diff line number Diff line change 77 *
88 *
99 * 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 $
1111 *
1212 * NOTES
1313 * This file contains support functions for the high
1717 */
1818#include "postgres.h"
1919
20- #include "machine.h" /* in port/ directory (needed for BLCKSZ) */
21-
2220#include "storage/buf.h"
2321#include "storage/bufmgr.h"
2422
Original file line number Diff line number Diff line change 77 *
88 *
99 * 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 $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
1414#include <math.h>
1515#include "postgres.h"
1616
17- #include "machine.h" /* in port/ directory (needed for BLCKSZ) */
1817#include "storage/buf.h"
1918#include "storage/bufmgr.h"
2019#include "storage/ipc.h" /* for OIDGENLOCKID */
You can’t perform that action at this time.
0 commit comments