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

Commit2c2b983

Browse files
committed
index_markpos()/index_restrpos are used now.
1 parenta32450a commit2c2b983

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎src/backend/access/index/indexam.c‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.20 1998/01/31 04:38:06 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.21 1998/02/26 12:07:10 vadim Exp $
1111
*
1212
* INTERFACE ROUTINES
1313
*index_open- open an index relation by relationId
@@ -271,7 +271,6 @@ index_endscan(IndexScanDesc scan)
271271
RelationUnsetRIntentLock(scan->relation);
272272
}
273273

274-
#ifdefNOT_USED
275274
/* ----------------
276275
*index_markpos - mark a scan position
277276
* ----------------
@@ -287,9 +286,6 @@ index_markpos(IndexScanDesc scan)
287286
fmgr(procedure,scan);
288287
}
289288

290-
#endif
291-
292-
#ifdefNOT_USED
293289
/* ----------------
294290
*index_restrpos- restore a scan position
295291
* ----------------
@@ -305,8 +301,6 @@ index_restrpos(IndexScanDesc scan)
305301
fmgr(procedure,scan);
306302
}
307303

308-
#endif
309-
310304
/* ----------------
311305
*index_getnext - get the next tuple from a scan
312306
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp