summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_float8.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/btree_gist/btree_float8.c')
-rw-r--r--contrib/btree_gist/btree_float8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/btree_gist/btree_float8.c b/contrib/btree_gist/btree_float8.c
index 13153d811fd..ee114cbe427 100644
--- a/contrib/btree_gist/btree_float8.c
+++ b/contrib/btree_gist/btree_float8.c
@@ -203,8 +203,8 @@ Datum
gbt_float8_picksplit(PG_FUNCTION_ARGS)
{
PG_RETURN_POINTER(gbt_num_picksplit(
- (GistEntryVector *) PG_GETARG_POINTER(0),
- (GIST_SPLITVEC *) PG_GETARG_POINTER(1),
+ (GistEntryVector *) PG_GETARG_POINTER(0),
+ (GIST_SPLITVEC *) PG_GETARG_POINTER(1),
&tinfo, fcinfo->flinfo
));
}