aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-27 22:21:34 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-27 22:21:34 +0000
commitb8a0bb68c95bdbdf481e3bc49e586fbde1f6d06b (patch)
treef0be1623dd1e97b2e71a69b2709a91611aa7e6d8 /src
parent61966462919166f9c0b31abf4527ccdab7218e4c (diff)
downloadpostgresql-b8a0bb68c95bdbdf481e3bc49e586fbde1f6d06b.tar.gz
postgresql-b8a0bb68c95bdbdf481e3bc49e586fbde1f6d06b.zip
Should finish cleaning out the machine.h includes
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/init/postinit.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c
index eab6c76cdcf..c82103fd3eb 100644
--- a/src/backend/utils/init/postinit.c
+++ b/src/backend/utils/init/postinit.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.1.1.1 1996/07/09 06:22:09 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.2 1996/08/27 22:21:34 scrappy Exp $
*
* NOTES
* InitPostgres() is the function called from PostgresMain
@@ -35,9 +35,6 @@
#include "postgres.h"
-#include "machine.h" /* for BLCKSZ, for InitMyDatabaseId()
- * and where the decarations for this file go
- */
#include "access/heapam.h"
#include "access/xact.h"
#include "storage/bufmgr.h"