Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd92be26

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 of14903f2,and the BRIN part was wrong since its introduction in 15cb2bd.Author: Guillaume LelargeReviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/CAECtzeXKvEPEr967h0PRYRi39uTmdEms=oUtc_PWGjZRNN1prw@mail.gmail.comBackpatch-through: 13
1 parent3f96af4 commitd92be26

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, anoperator class for <acronym>GIN</acronym> can supply the
382+
Anoperator 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+
Definesaset 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+
Definesaset of user-visible parameters that control operator class
885885
behavior.
886886
</para>
887887

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp