Re: GiST operator class for bool

Tomas Vondra <tomas.vondra@enterprisedb.com>

From: Tomas Vondra <tomas.vondra@enterprisedb.com>
To: Pavel Luzanov <p.luzanov@postgrespro.ru>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrey Borodin <x4mmm@yandex-team.ru>, emre@hasegeli.com, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-12-11T04:04:00Z
Lists: pgsql-hackers
On 12/6/21 22:35, Pavel Luzanov wrote:
> Hello,
> 
> I don't see any changes in the documentation.[1]
> 
> Should bool appear in the looong list of supported operator classes?
> 

You're right, I forgot to update the list of data types in the docs. 
Fixed, thanks for the report.


regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



Commits

  1. Add bool to btree_gist documentation

  2. Fix gist_bool_ops to use gbtreekey2

  3. Add bool GiST opclass to btree_gist