]> granicus.if.org Git - postgresql/commitdiff
Remove an unused typedef.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 7 Oct 2005 14:55:36 +0000 (14:55 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 7 Oct 2005 14:55:36 +0000 (14:55 +0000)
src/include/access/relscan.h
src/tools/pgindent/pgindent

index f84a84b6f7e41105e8704d9be7d118ccfc842bc5..2d95785bc8e3a7def33ab1dc6d90d4ef9897bbf2 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * 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
 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
  *             True iff the heap scan is valid.
index 37e839ea128ebe24c7f8ec6b657c504f17352b6d..cb399184f75bde1d08a1d793a96ce846d59f7596 100755 (executable)
@@ -655,7 +655,6 @@ do
 -TIndexScan \
 -TIndexScanDesc \
 -TIndexScanDescData \
--TIndexScanDescPtr \
 -TIndexScanState \
 -TIndexStmt \
 -TIndexTuple \