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

Commit a84429a

Browse files
committed
Remove an unused typedef.
1 parent ab13353 commit a84429a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/include/access/relscan.h

+1-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -90,14 +90,6 @@ typedef struct IndexScanDescData
9090
typedef IndexScanDescData *IndexScanDesc;
9191

9292

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-
10193
/*
10294
* HeapScanIsValid
10395
* True iff the heap scan is valid.

src/tools/pgindent/pgindent

-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ do
655655
-TIndexScan \
656656
-TIndexScanDesc \
657657
-TIndexScanDescData \
658-
-TIndexScanDescPtr \
659658
-TIndexScanState \
660659
-TIndexStmt \
661660
-TIndexTuple \

0 commit comments

Comments
 (0)