File tree 1 file changed +16
-8
lines changed
src/backend/access/common
1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.1.1.1 1996/07/09 06:21:09 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.2 1996/10/19 03:39:04 scrappy Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
+
14
15
#include "postgres.h"
15
16
16
- #include "executor/execdebug.h"
17
- #include "access/genam.h"
18
- #include "access/iqual.h" /* where the declarations go */
17
+ #include "storage/block.h"
18
+ #include "storage/off.h"
19
+ #include "storage/itemptr.h"
20
+ #include "nodes/nodes.h"
21
+ #include "catalog/pg_attribute.h"
22
+ #include "access/attnum.h"
23
+ #include "nodes/pg_list.h"
24
+ #include "access/tupdesc.h"
19
25
#include "access/itup.h"
26
+
20
27
#include "access/skey.h"
21
28
22
- #include "storage/buf.h"
23
- #include "storage/bufpage.h"
24
- #include "storage/itemid.h"
25
- #include "utils/rel.h"
29
+ #include "storage/block.h"
30
+ #include "storage/off.h"
31
+ #include "utils/nabstime.h"
32
+ #include "storage/itemptr.h"
33
+ #include "access/htup.h"
26
34
27
35
/* ----------------------------------------------------------------
28
36
* index scan key qualification code
You can’t perform that action at this time.
0 commit comments