From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Get rid of unnecessary space character from some index item |
Date: | 2020-11-24 08:01:02 |
Message-ID: | E1khTG2-0000ts-A1@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e522024bd8dd28a0f13dcccfd39170698f45c939
Modified Files
--------------
doc/src/sgml/config.sgml | 5 +----
doc/src/sgml/pgtrgm.sgml | 8 ++------
2 files changed, 3 insertions(+), 10 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2020-11-24 08:53:42 | pgsql: Move per-agg and per-trans duplicate finding to the planner. |
Previous Message | Michael Paquier | 2020-11-24 03:48:18 | pgsql: Use macros instead of hardcoded offsets for LWLock initializatio |