Fix btree_gist for new larger money type.

This commit is contained in:
Tom Lane 2007-01-03 18:57:19 +00:00
parent ef07221997
commit 0d5eb8f9ea
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ AS
FUNCTION 5 gbt_cash_penalty (internal, internal, internal),
FUNCTION 6 gbt_cash_picksplit (internal, internal),
FUNCTION 7 gbt_cash_same (internal, internal, internal),
STORAGE gbtreekey8;
STORAGE gbtreekey16;
--
--