Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0d5eb8f

Browse files
committed
Fix btree_gist for new larger money type.
1 parent ef07221 commit 0d5eb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/btree_gist/btree_gist.sql.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ AS
778778
FUNCTION 5 gbt_cash_penalty (internal, internal, internal),
779779
FUNCTION 6 gbt_cash_picksplit (internal, internal),
780780
FUNCTION 7 gbt_cash_same (internal, internal, internal),
781-
STORAGE gbtreekey8;
781+
STORAGE gbtreekey16;
782782

783783
--
784784
--

0 commit comments

Comments
 (0)