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

Appearance settings

Commit e522024

Browse filesBrowse 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
Copy full SHA for e522024

File tree

Expand file treeCollapse file tree

2 files changed

+3
-10
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-10
lines changed

‎doc/src/sgml/config.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/config.sgml
+1-4Lines 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

Copy file name to clipboardExpand all lines: doc/src/sgml/pgtrgm.sgml
+2-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.