Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d7dd05d

Browse files
committed
Another cleaned up
1 parent 5dedad9 commit d7dd05d

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

src/backend/access/common/indexvalid.c

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,30 @@
77
*
88
*
99
* 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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
14+
1415
#include "postgres.h"
1516

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"
1925
#include "access/itup.h"
26+
2027
#include "access/skey.h"
2128

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"
2634

2735
/* ----------------------------------------------------------------
2836
* index scan key qualification code

0 commit comments

Comments
 (0)