Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita84429a

Browse files
committed
Remove an unused typedef.
1 parentab13353 commita84429a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

‎src/include/access/relscan.h

Lines changed: 1 addition & 9 deletions
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
typedefIndexScanDescData*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-
typedefIndexScanDesc*IndexScanDescPtr;
100-
10193
/*
10294
* HeapScanIsValid
10395
*True iff the heap scan is valid.

‎src/tools/pgindent/pgindent

Lines changed: 0 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp