File tree Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 77 *
88 *
99 * 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 $
1111 *
1212 *
1313 * INTERFACE ROUTINES
7272
7373#include "parser/catalog_utils.h"
7474
75- #include "machine.h"
76-
7775/*
7876 * macros used in guessing how many tuples are on a page.
7977 */
Original file line number Diff line number Diff line change 66 *
77 *
88 * 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 $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
4343#include "utils/memutils.h"
4444#include "utils/palloc.h"
4545#include "fmgr.h"
46- #include "machine.h"
4746
4847/*
4948 * New copy code.
Original file line number Diff line number Diff line change 77 *
88 *
99 * 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 $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
1717#include "postgres.h"
1818#include "miscadmin.h" /* for DataDir */
1919
20- #include "machine.h"
2120#include "storage/smgr.h" /* where the declarations go */
2221#include "storage/block.h"
2322#include "storage/fd.h"
Original file line number Diff line number Diff line change 1010 *
1111 *
1212 * 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 $
1414 *
1515 *-------------------------------------------------------------------------
1616 */
1919#ifdef MAIN_MEMORY
2020
2121#include <math.h>
22- #include "machine.h"
2322#include "storage/ipc.h"
2423#include "storage/smgr.h" /* where the declarations go */
2524#include "storage/block.h"
Original file line number Diff line number Diff line change 1010 *
1111 *
1212 * 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 $
1414 *
1515 *-------------------------------------------------------------------------
1616 */
1717#include <string.h>
1818#include "postgres.h"
1919
20- #include "machine.h"
2120#include "storage/ipc.h"
2221#include "storage/smgr.h"
2322#include "storage/block.h"
You can’t perform that action at this time.
0 commit comments