提交 2c2b9838 编写于 作者: V Vadim B. Mikheev

index_markpos()/index_restrpos are used now.

上级 a32450a5
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.20 1998/01/31 04:38:06 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.21 1998/02/26 12:07:10 vadim Exp $
* *
* INTERFACE ROUTINES * INTERFACE ROUTINES
* index_open - open an index relation by relationId * index_open - open an index relation by relationId
...@@ -271,7 +271,6 @@ index_endscan(IndexScanDesc scan) ...@@ -271,7 +271,6 @@ index_endscan(IndexScanDesc scan)
RelationUnsetRIntentLock(scan->relation); RelationUnsetRIntentLock(scan->relation);
} }
#ifdef NOT_USED
/* ---------------- /* ----------------
* index_markpos - mark a scan position * index_markpos - mark a scan position
* ---------------- * ----------------
...@@ -287,9 +286,6 @@ index_markpos(IndexScanDesc scan) ...@@ -287,9 +286,6 @@ index_markpos(IndexScanDesc scan)
fmgr(procedure, scan); fmgr(procedure, scan);
} }
#endif
#ifdef NOT_USED
/* ---------------- /* ----------------
* index_restrpos - restore a scan position * index_restrpos - restore a scan position
* ---------------- * ----------------
...@@ -305,8 +301,6 @@ index_restrpos(IndexScanDesc scan) ...@@ -305,8 +301,6 @@ index_restrpos(IndexScanDesc scan)
fmgr(procedure, scan); fmgr(procedure, scan);
} }
#endif
/* ---------------- /* ----------------
* index_getnext - get the next tuple from a scan * index_getnext - get the next tuple from a scan
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册