|
6 | 6 | * |
7 | 7 | * Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $Id: nbtree.h,v 1.4 1996/11/13 20:50:32 scrappy Exp $ |
| 9 | + * $Id: nbtree.h,v 1.5 1997/01/10 09:36:33 vadim Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
@@ -171,7 +171,7 @@ typedef BTStackData*BTStack; |
171 | 171 | * prototypes for functions in nbtinsert.c |
172 | 172 | */ |
173 | 173 | externInsertIndexResult_bt_doinsert(Relationrel,BTItembtitem, |
174 | | -boolindex_is_unique,boolis_update); |
| 174 | +boolindex_is_unique,RelationheapRel); |
175 | 175 |
|
176 | 176 | /* default is to allow duplicates */ |
177 | 177 | externbool_bt_itemcmp(Relationrel,Sizekeysz,BTItemitem1,BTItemitem2, |
@@ -203,7 +203,7 @@ extern void btbuild(Relation heap, Relation index, int natts, |
203 | 203 | AttrNumber*attnum,IndexStrategyistrat,uint16pcount, |
204 | 204 | Datum*params,FuncIndexInfo*finfo,PredInfo*predInfo); |
205 | 205 | externInsertIndexResultbtinsert(Relationrel,Datum*datum,char*nulls, |
206 | | -ItemPointerht_ctid,boolis_update); |
| 206 | +ItemPointerht_ctid,RelationheapRel); |
207 | 207 | externchar*btgettuple(IndexScanDescscan,ScanDirectiondir); |
208 | 208 | externchar*btbeginscan(Relationrel,boolfromEnd,uint16keysz, |
209 | 209 | ScanKeyscankey); |
|