"Kevin J. Grittner" <kgrittn(at)wicourts(dot)gov> writes:
> postgres=# select * from t1 where f2 like 't%';
> ERROR: unsupported type: 32740963
Confirmed in CVS tip --- looks like we missed a case where we need to
flatten out a domain. Thanks for the report!
regards, tom lane