File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.39 2005/05/27 23:31:21 tgl Exp $
10
+ * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.40 2005/10/07 14:55:35 alvherre Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -90,14 +90,6 @@ typedef struct IndexScanDescData
90
90
typedef IndexScanDescData * IndexScanDesc ;
91
91
92
92
93
- /* ----------------
94
- * IndexScanDescPtr is used in the executor where we have to
95
- * keep track of several index scans when using several indices
96
- * - cim 9/10/89
97
- * ----------------
98
- */
99
- typedef IndexScanDesc * IndexScanDescPtr ;
100
-
101
93
/*
102
94
* HeapScanIsValid
103
95
* True iff the heap scan is valid.
Original file line number Diff line number Diff line change 655
655
-TIndexScan \
656
656
-TIndexScanDesc \
657
657
-TIndexScanDescData \
658
- -TIndexScanDescPtr \
659
658
-TIndexScanState \
660
659
-TIndexStmt \
661
660
-TIndexTuple \
You can’t perform that action at this time.
0 commit comments