Handle equality operator in contrib/pg_trgm

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 935f6666502250abde8615bc7805a6e5aa05a066
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2020-11-15T05:52:35Z
Releases: 14.0
Handle equality operator in contrib/pg_trgm

Obviously, in order to equality operator be satisfiable, target string must
contain all the trigrams of the search string.  On this base, we implement
equality operator in GiST/GIN indexes with recheck.

Discussion: https://postgr.es/m/CAOBaU_YWwtT7tdggtROacjdOdeYHCz-tmSwuC-j-TOG-g97J0w%40mail.gmail.com
Author: Julien Rouhaud
Reviewed-by: Tom Lane, Alexander Korotkov, Georgios Kokolatos, Erik Rijkers

Files

Documentation touched

Discussion