1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Update btree patches that were missed.

This commit is contained in:
Bruce Momjian
1997-02-18 17:14:25 +00:00
parent e230c0b672
commit a17b01f320
6 changed files with 68 additions and 46 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nbtree.h,v 1.7 1997/02/14 22:47:36 momjian Exp $
* $Id: nbtree.h,v 1.8 1997/02/18 17:14:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -238,9 +238,7 @@ extern void btdelete(Relation rel, ItemPointer tid);
*/
extern void _bt_regscan(IndexScanDesc scan);
extern void _bt_dropscan(IndexScanDesc scan);
extern void _bt_adjscans(Relation rel, ItemPointer tid);
extern void _bt_scandel(IndexScanDesc scan, BlockNumber blkno, OffsetNumber offno);
extern bool _bt_scantouched(IndexScanDesc scan, BlockNumber blkno, OffsetNumber offno);
extern void _bt_adjscans(Relation rel, ItemPointer tid, int op);
/*
* prototypes for functions in nbtsearch.c