Skip to content

Commit d92be26

Browse files
committed
doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methods
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
1 parent 3f96af4 commit d92be26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/src/sgml/brin.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ typedef struct BrinOpcInfo
585585

586586
<para>
587587
Since both key extraction of indexed values and representation of the
588-
key in <acronym>GIN</acronym> are flexible, they may depend on
588+
key in <acronym>BRIN</acronym> are flexible, they may depend on
589589
user-specified parameters.
590590
</para>
591591
</listitem>

doc/src/sgml/gin.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
</para>
380380

381381
<para>
382-
Optionally, an operator class for <acronym>GIN</acronym> can supply the
382+
An operator class for <acronym>GIN</acronym> can optionally supply the
383383
following methods:
384384

385385
<variablelist>
@@ -406,7 +406,7 @@
406406
<term><function>void options(local_relopts *relopts)</function></term>
407407
<listitem>
408408
<para>
409-
Defines set of user-visible parameters that control operator class
409+
Defines a set of user-visible parameters that control operator class
410410
behavior.
411411
</para>
412412

doc/src/sgml/spgist.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ typedef struct spgLeafConsistentOut
881881
<term><function>options</function></term>
882882
<listitem>
883883
<para>
884-
Defines set of user-visible parameters that control operator class
884+
Defines a set of user-visible parameters that control operator class
885885
behavior.
886886
</para>
887887

0 commit comments

Comments
 (0)