]> granicus.if.org Git - postgresql/commitdiff
index_markpos()/index_restrpos() are in use now.
authorVadim B. Mikheev <vadim4o@yahoo.com>
Thu, 26 Feb 1998 12:14:54 +0000 (12:14 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Thu, 26 Feb 1998 12:14:54 +0000 (12:14 +0000)
src/include/access/genam.h

index b92e38379bd96a8c77d24141eaa354ba8dc74015..c9ec32801953b3d4eb86f65354ee62368d789d4f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: genam.h,v 1.12 1998/02/26 04:39:52 momjian Exp $
+ * $Id: genam.h,v 1.13 1998/02/26 12:14:54 vadim Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -36,6 +36,8 @@ index_beginscan(Relation relation, bool scanFromEnd,
                                uint16 numberOfKeys, ScanKey key);
 extern void index_rescan(IndexScanDesc scan, bool scanFromEnd, ScanKey key);
 extern void index_endscan(IndexScanDesc scan);
+extern void index_markpos(IndexScanDesc scan);
+extern void index_restrpos(IndexScanDesc scan);
 extern RetrieveIndexResult
 index_getnext(IndexScanDesc scan,
                          ScanDirection direction);