pgsql: doc: Move parallel_leader_participation to its correct category

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Move parallel_leader_participation to its correct category
Date: 2021-04-22 00:55:29
Message-ID: E1lZNcv-0006bT-BE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Move parallel_leader_participation to its correct category

parallel_leader_participation got introduced in e5253fd, where it was
listed under RESOURCES_ASYNCHRONOUS in guc.c, but the documentation
did not reflect that and listed it with the other planner-related
options. This commit fixes this inconsistency as the parameter is
intended to be an asynchronous one.

While on it, reorganize a bit the section dedicated to asynchronous
parameters, backend_flush_after being moved first to do better in terms
of alphabetical order of the options listed.

Reported-by: Yanliang Lei
Author: Bharath Rupireddy
Discussion: https://postgr.es/m/16972-42d4b0c15aa1d5f5@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1599e7b375127cac81b539d2c69d3faf7598509b

Modified Files
--------------
doc/src/sgml/config.sgml | 88 ++++++++++++++++++++++++------------------------
1 file changed, 44 insertions(+), 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-04-22 03:50:23 pgsql: Fix relation leak for subscribers firing triggers in logical rep
Previous Message yuzuko 2021-04-21 23:30:52 Re: pgsql: autovacuum: handle analyze for partitioned tables