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

Commite522024

Browse files
committed
doc: Get rid of unnecessary space character from some index items.
Previously some index items have " ," (i.e., space + comma) in the docsas follows. Since the space character before the comma is unnecessary,this commit gets rid of that for the sake of consistency with otherindex items. parallel_leader_participation configuration parameter , Other Planner OptionsAuthor: Fujii MasaoReviewed-by: Euler TaveiraDiscussion:https://postgr.es/m/e87b4ddf-1498-2850-bf55-519df3928fd4@oss.nttdata.com
1 parentd03d754 commite522024

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5650,10 +5650,7 @@ SELECT * FROM parent WHERE key = 2400;
56505650
<term>
56515651
<varname>parallel_leader_participation</varname> (<type>boolean</type>)
56525652
<indexterm>
5653-
<primary>
5654-
<varname>parallel_leader_participation</varname> configuration
5655-
parameter
5656-
</primary>
5653+
<primary><varname>parallel_leader_participation</varname> configuration parameter</primary>
56575654
</indexterm>
56585655
</term>
56595656
<listitem>

‎doc/src/sgml/pgtrgm.sgml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,7 @@
377377
<term>
378378
<varname>pg_trgm.word_similarity_threshold</varname> (<type>real</type>)
379379
<indexterm>
380-
<primary>
381-
<varname>pg_trgm.word_similarity_threshold</varname> configuration parameter
382-
</primary>
380+
<primary><varname>pg_trgm.word_similarity_threshold</varname> configuration parameter</primary>
383381
</indexterm>
384382
</term>
385383
<listitem>
@@ -394,9 +392,7 @@
394392
<term>
395393
<varname>pg_trgm.strict_word_similarity_threshold</varname> (<type>real</type>)
396394
<indexterm>
397-
<primary>
398-
<varname>pg_trgm.strict_word_similarity_threshold</varname> configuration parameter
399-
</primary>
395+
<primary><varname>pg_trgm.strict_word_similarity_threshold</varname> configuration parameter</primary>
400396
</indexterm>
401397
</term>
402398
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp