diff options
Diffstat (limited to 'src/include/access/rtree.h')
-rw-r--r-- | src/include/access/rtree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h index 34ca36e1020..01dfc62fa1d 100644 --- a/src/include/access/rtree.h +++ b/src/include/access/rtree.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: rtree.h,v 1.4 1996/11/13 20:50:34 scrappy Exp $ + * $Id: rtree.h,v 1.5 1997/01/10 09:36:34 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -112,7 +112,7 @@ extern RetrieveIndexResult rtgettuple(IndexScanDesc s, ScanDirection dir); * Defined in access/index-rtree/ */ extern InsertIndexResult rtinsert(Relation r, Datum *datum, char *nulls, - ItemPointer ht_ctid, bool is_update); + ItemPointer ht_ctid, Relation heapRel); extern char *rtdelete(Relation r, ItemPointer tid); extern RetrieveIndexResult rtgettuple(IndexScanDesc s, ScanDirection dir); |