]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Move parallel_leader_participation to its correct category
authorMichael Paquier <michael@paquier.xyz>
Thu, 22 Apr 2021 00:47:43 +0000 (09:47 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 22 Apr 2021 00:47:43 +0000 (09:47 +0900)
commit1599e7b375127cac81b539d2c69d3faf7598509b
tree00d56eac4c3b1405d12f55c3763e9167aeb85917
parent7c298c6573a0f181963ddcb40c850fa9c7da0ada
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
doc/src/sgml/config.sgml