Fix btree_gist for new larger money type.
authorTom Lane
Wed, 3 Jan 2007 18:57:19 +0000 (18:57 +0000)
committerTom Lane
Wed, 3 Jan 2007 18:57:19 +0000 (18:57 +0000)
contrib/btree_gist/btree_gist.sql.in

index 3cad6354442fcbeb642177ff622131c3d507c82e..f7e6af0716cdfb8b5b3fc487dff4f1c97b24f71f 100644 (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;
 
 --
 --