aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/buf_init.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-16 05:00:38 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-16 05:00:38 +0000
commita71802e12ec04fed791ea47f24ea30e0f5d9f5c2 (patch)
tree80d29372e0bbdd85bc4938ec048fa565c98eac12 /src/backend/storage/buffer/buf_init.c
parent9b645d481ccfa3638de915e0f75e3dfe9d520b79 (diff)
downloadpostgresql-a71802e12ec04fed791ea47f24ea30e0f5d9f5c2.tar.gz
postgresql-a71802e12ec04fed791ea47f24ea30e0f5d9f5c2.zip
Final cleanup.
Diffstat (limited to 'src/backend/storage/buffer/buf_init.c')
-rw-r--r--src/backend/storage/buffer/buf_init.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/backend/storage/buffer/buf_init.c b/src/backend/storage/buffer/buf_init.c
index 39b4564d7f1..4c007e0570f 100644
--- a/src/backend/storage/buffer/buf_init.c
+++ b/src/backend/storage/buffer/buf_init.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.26 1999/07/16 03:13:25 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.27 1999/07/16 04:59:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -19,24 +19,23 @@
#include "postgres.h"
-/* declarations split between these three files */
+
+#include "catalog/catalog.h"
+#include "executor/execdebug.h"
+#include "miscadmin.h"
#include "storage/buf.h"
#include "storage/buf_internals.h"
#include "storage/bufmgr.h"
-
#include "storage/fd.h"
#include "storage/ipc.h"
+#include "storage/lmgr.h"
#include "storage/s_lock.h"
#include "storage/shmem.h"
-#include "storage/spin.h"
#include "storage/smgr.h"
-#include "storage/lmgr.h"
-#include "miscadmin.h"
+#include "storage/spin.h"
#include "utils/builtins.h"
#include "utils/hsearch.h"
#include "utils/memutils.h"
-#include "executor/execdebug.h"
-#include "catalog/catalog.h"
/*
* if BMTRACE is defined, we trace the last 200 buffer allocations and