The GIN and SP-GiST parts were out-of-sync since the changes of
14903f2,
and the BRIN part was wrong since its introduction in
15cb2bd.
Author: Guillaume Lelarge
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/CAECtzeXKvEPEr967h0PRYRi39uTmdEms=oUtc_PWGjZRNN1prw@mail.gmail.com
Backpatch-through: 13
Since both key extraction of indexed values and representation of the
- key in
GIN are flexible, they may depend on
+ key in
BRIN are flexible, they may depend on
user-specified parameters.
-
Optionally, an operator class for GIN can supply the
+
An operator class for GIN can optionally supply the
following methods:
void options(local_relopts *relopts)
- Defines set of user-visible parameters that control operator class
+ Defines a set of user-visible parameters that control operator class
behavior.
options
- Defines set of user-visible parameters that control operator class
+ Defines a set of user-visible parameters that control operator class
behavior.