aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/tidbitmap.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-13 17:47:02 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-13 17:47:02 +0000
commitb844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b (patch)
tree2e85fe9d1fe7eeb0f9a8408213ac654333824973 /src/backend/nodes/tidbitmap.c
parent66c15dfda1a710adc8c0dac061481774123ca27e (diff)
downloadpostgresql-b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b.tar.gz
postgresql-b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b.zip
More include file adjustments.
Diffstat (limited to 'src/backend/nodes/tidbitmap.c')
-rw-r--r--src/backend/nodes/tidbitmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/nodes/tidbitmap.c b/src/backend/nodes/tidbitmap.c
index cb67099df99..0e01ab71ef2 100644
--- a/src/backend/nodes/tidbitmap.c
+++ b/src/backend/nodes/tidbitmap.c
@@ -23,7 +23,7 @@
* Copyright (c) 2003-2006, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/nodes/tidbitmap.c,v 1.9 2006/03/05 15:58:28 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/nodes/tidbitmap.c,v 1.10 2006/07/13 17:47:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -33,9 +33,9 @@
#include "access/htup.h"
#include "nodes/tidbitmap.h"
+#include "storage/bufpage.h"
#include "utils/hsearch.h"
-
/*
* The maximum number of tuples per page is not large (typically 256 with
* 8K pages, or 1024 with 32K pages). So there's not much point in making