Commit a84429a1 authored by Alvaro Herrera's avatar Alvaro Herrera

Remove an unused typedef.

parent ab13353d
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.39 2005/05/27 23:31:21 tgl Exp $ * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.40 2005/10/07 14:55:35 alvherre Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -90,14 +90,6 @@ typedef struct IndexScanDescData ...@@ -90,14 +90,6 @@ typedef struct IndexScanDescData
typedef IndexScanDescData *IndexScanDesc; typedef IndexScanDescData *IndexScanDesc;
/* ----------------
* IndexScanDescPtr is used in the executor where we have to
* keep track of several index scans when using several indices
* - cim 9/10/89
* ----------------
*/
typedef IndexScanDesc *IndexScanDescPtr;
/* /*
* HeapScanIsValid * HeapScanIsValid
* True iff the heap scan is valid. * True iff the heap scan is valid.
......
...@@ -655,7 +655,6 @@ do ...@@ -655,7 +655,6 @@ do
-TIndexScan \ -TIndexScan \
-TIndexScanDesc \ -TIndexScanDesc \
-TIndexScanDescData \ -TIndexScanDescData \
-TIndexScanDescPtr \
-TIndexScanState \ -TIndexScanState \
-TIndexStmt \ -TIndexStmt \
-TIndexTuple \ -TIndexTuple \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment