PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> ilank=*> create table test (a text, b varchar);
> CREATE TABLE
> ilank=*> create index on test using spgist (b);
> ERROR: compress method must be defined when leaf type is different from
> input type
Ugh. Fails for domains over text, too, which it shouldn't.
Will fix, thanks for the report!
regards, tom lane