aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-06 10:32:10 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-06 10:32:10 +0000
commit0020e8790da4ead45c1e34fcf738d4a1a1f02735 (patch)
tree2bfd47d06f31cb4b7b2167cafb3bf6702417a4d9 /src/backend/utils/init/postinit.c
parent1d0dd471fa129cb795f08e5189f5db335aacabbb (diff)
downloadpostgresql-0020e8790da4ead45c1e34fcf738d4a1a1f02735.tar.gz
postgresql-0020e8790da4ead45c1e34fcf738d4a1a1f02735.zip
Another directory that compiles with no errors, and few warnings
Diffstat (limited to 'src/backend/utils/init/postinit.c')
-rw-r--r--src/backend/utils/init/postinit.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c
index e327c4f1ca7..430bfb04ecb 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.3 1996/10/31 05:55:44 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.4 1996/11/06 10:31:59 scrappy Exp $
*
* NOTES
* InitPostgres() is the function called from PostgresMain
@@ -33,9 +33,16 @@
#include <sys/types.h>
#include <sys/ipc.h>
#include <math.h>
+#include <unistd.h>
#include "postgres.h"
+#include <storage/backendid.h>
+#include <storage/buf_internals.h>
+#include <storage/smgr.h>
+#include <storage/proc.h>
+#include <utils/relcache.h>
+
#include "access/heapam.h"
#include "access/xact.h"
#include "storage/bufmgr.h"