Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e522024

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 docs as follows. Since the space character before the comma is unnecessary, this commit gets rid of that for the sake of consistency with other index items. parallel_leader_participation configuration parameter , Other Planner Options Author: Fujii Masao Reviewed-by: Euler Taveira Discussion: https://postgr.es/m/e87b4ddf-1498-2850-bf55-519df3928fd4@oss.nttdata.com
1 parent d03d754 commit e522024

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

doc/src/sgml/config.sgml

+1-4
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

+2-6
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)