1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

More include file adjustments.

This commit is contained in:
Bruce Momjian
2006-07-13 17:47:02 +00:00
parent 66c15dfda1
commit b844dd3f9e
15 changed files with 34 additions and 21 deletions

View File

@ -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