pgsql: doc: Move parallel_leader_participation to its correct category - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Move parallel_leader_participation to its correct category
Date
Msg-id E1lZNcv-0006bT-BE@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add comment about extract_autovac_opts not holding lock
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix relation leak for subscribers firing triggers in logical rep