From c7990b35f7d65cb9c65377acbbe4393de017af38 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Fri, 10 Jan 1997 09:36:34 +0000 Subject: index_insert has now HeapRelation as last param (for unique index implementation). --- src/include/access/gist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/access/gist.h') diff --git a/src/include/access/gist.h b/src/include/access/gist.h index cd723e31f24..e49a988176d 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -174,7 +174,7 @@ extern void gistbuild(Relation heap, FuncIndexInfo *finfo, PredInfo *predInfo); extern InsertIndexResult gistinsert(Relation r, Datum *datum, - char *nulls,ItemPointer ht_ctid, bool is_update); + char *nulls,ItemPointer ht_ctid, Relation heapRel); extern void _gistdump(Relation r); extern char *text_range_out(TXTRANGE *r); extern char *int_range_out(INTRANGE *r); -- cgit v1.2.3