From 5a0b450c781e27701e15f525086faf948eb6f8f8 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 20 Oct 1996 08:32:11 +0000 Subject: First pass at fixing my own mistakes Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy --- src/backend/access/common/indexvalid.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/backend/access/common/indexvalid.c') diff --git a/src/backend/access/common/indexvalid.c b/src/backend/access/common/indexvalid.c index 6f1fc8815b..d9ddbaab50 100644 --- a/src/backend/access/common/indexvalid.c +++ b/src/backend/access/common/indexvalid.c @@ -7,15 +7,26 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.3 1996/10/19 04:51:39 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.4 1996/10/20 08:31:31 scrappy Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" +#include "storage/block.h" +#include "storage/off.h" +#include "storage/itemptr.h" +#include "catalog/pg_attribute.h" +#include "access/attnum.h" +#include "nodes/pg_list.h" +#include "access/tupdesc.h" #include "access/itup.h" + #include "access/skey.h" + +#include +#include "utils/nabstime.h" #include "access/htup.h" /* ---------------------------------------------------------------- -- cgit v1.2.1