From f2c064afcbfad4999d7e9ccb644a8aa99463a1ac Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Tue, 30 Mar 2004 15:45:33 +0000 Subject: Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned boxes. Change interface to user-defined GiST support methods union and picksplit. Now instead of bytea struct it used special GistEntryVector structure. --- contrib/btree_gist/btree_gist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/btree_gist/btree_gist.h') diff --git a/contrib/btree_gist/btree_gist.h b/contrib/btree_gist/btree_gist.h index ecbabc2dbb3..08f6f1d29e2 100644 --- a/contrib/btree_gist/btree_gist.h +++ b/contrib/btree_gist/btree_gist.h @@ -21,5 +21,5 @@ typedef struct rix ** Common btree-function (for all ops) */ -extern GIST_SPLITVEC *btree_picksplit(bytea *entryvec, GIST_SPLITVEC *v, +extern GIST_SPLITVEC *btree_picksplit(GistEntryVector *entryvec, GIST_SPLITVEC *v, BINARY_UNION bu, CMPFUNC cmp); -- cgit v1.2.3