diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-13 17:47:02 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-13 17:47:02 +0000 |
| commit | b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b (patch) | |
| tree | 2e85fe9d1fe7eeb0f9a8408213ac654333824973 /src/include/access | |
| parent | 66c15dfda1a710adc8c0dac061481774123ca27e (diff) | |
| download | postgresql-b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b.tar.gz | |
More include file adjustments.
Diffstat (limited to 'src/include/access')
| -rw-r--r-- | src/include/access/genam.h | 3 | ||||
| -rw-r--r-- | src/include/access/hio.h | 4 | ||||
| -rw-r--r-- | src/include/access/htup.h | 3 | ||||
| -rw-r--r-- | src/include/access/relscan.h | 3 | ||||
| -rw-r--r-- | src/include/access/tuptoaster.h | 4 |
5 files changed, 9 insertions, 8 deletions
diff --git a/src/include/access/genam.h b/src/include/access/genam.h index 1afe18dd31..9cd9162c26 100644 --- a/src/include/access/genam.h +++ b/src/include/access/genam.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.63 2006/07/13 16:49:18 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.64 2006/07/13 17:47:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,6 @@ #include "access/sdir.h" #include "nodes/primnodes.h" - /* * Struct for statistics returned by ambuild */ diff --git a/src/include/access/hio.h b/src/include/access/hio.h index ab03fd4a64..8cb8f8925f 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.31 2006/07/02 02:23:22 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.32 2006/07/13 17:47:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -15,6 +15,8 @@ #define HIO_H #include "access/htup.h" +#include "utils/rel.h" +#include "storage/buf.h" extern void RelationPutHeapTuple(Relation relation, Buffer buffer, HeapTuple tuple); diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 7a14fa35c2..caac3229f3 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -7,14 +7,13 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.84 2006/07/13 16:49:19 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.85 2006/07/13 17:47:01 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef HTUP_H #define HTUP_H -#include "storage/bufpage.h" #include "storage/itemptr.h" #include "storage/relfilenode.h" diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index b85e373d87..46446f30cf 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.46 2006/07/13 16:49:19 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.47 2006/07/13 17:47:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -15,6 +15,7 @@ #define RELSCAN_H #include "access/skey.h" +#include "storage/bufpage.h" #include "utils/rel.h" #include "utils/tqual.h" diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index dea48ed24c..53f6f90268 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -6,7 +6,7 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.27 2006/07/13 16:49:19 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.28 2006/07/13 17:47:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,7 +14,7 @@ #define TUPTOASTER_H #include "access/htup.h" - +#include "storage/bufpage.h" /* * This enables de-toasting of index entries. Needed until VACUUM is |
