diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2005-10-07 14:55:36 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2005-10-07 14:55:36 +0000 |
commit | a84429a1aaa1eee6af1eed10c34097c603bffcf8 (patch) | |
tree | f3c7505c074544b01942c43b707226750298c9c1 | |
parent | ab13353d311ee0ef2fb389c874fb1c970de4f1ab (diff) | |
download | postgresql-a84429a1aaa1eee6af1eed10c34097c603bffcf8.tar.gz postgresql-a84429a1aaa1eee6af1eed10c34097c603bffcf8.zip |
Remove an unused typedef.
-rw-r--r-- | src/include/access/relscan.h | 10 | ||||
-rwxr-xr-x | src/tools/pgindent/pgindent | 1 |
2 files changed, 1 insertions, 10 deletions
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index f84a84b6f7e..2d95785bc8e 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -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. diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index 37e839ea128..cb399184f75 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -655,7 +655,6 @@ do -TIndexScan \ -TIndexScanDesc \ -TIndexScanDescData \ --TIndexScanDescPtr \ -TIndexScanState \ -TIndexStmt \ -TIndexTuple \ |