mirror of
https://github.com/postgres/postgres.git
synced 2025-05-13 01:13:08 -04:00
Fix btree_gist for new larger money type.
This commit is contained in:
parent
ef07221997
commit
0d5eb8f9ea
@ -778,7 +778,7 @@ AS
|
|||||||
FUNCTION 5 gbt_cash_penalty (internal, internal, internal),
|
FUNCTION 5 gbt_cash_penalty (internal, internal, internal),
|
||||||
FUNCTION 6 gbt_cash_picksplit (internal, internal),
|
FUNCTION 6 gbt_cash_picksplit (internal, internal),
|
||||||
FUNCTION 7 gbt_cash_same (internal, internal, internal),
|
FUNCTION 7 gbt_cash_same (internal, internal, internal),
|
||||||
STORAGE gbtreekey8;
|
STORAGE gbtreekey16;
|
||||||
|
|
||||||
--
|
--
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user