AW: GiST index on data types that require compression - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: GiST index on data types that require compression
Date
Msg-id 11C1E6749A55D411A9670001FA6879633682F4@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> So, may by add to pg_opclass two fields?
> bool is_varlena_key
> bool is_lossy_compress

Those are both properties of the compress function, the index method or the key type.
I do not think it has anything to do with operator classes (comparison functions), 
and thus would be wrong in pg_opclass.

Andreas


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: PQsetdbLogin bug?
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: Plans for solving the VACUUM problem