pgsql: Make some more improvements to parallel query documentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make some more improvements to parallel query documentation.
Date: 2017-08-10 17:31:51
Message-ID: E1dfrJH-0006Tl-36@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make some more improvements to parallel query documentation.

Many places that mentioned only Gather should also mention Gather
Merge, or should be phrased in a more neutral way. Be more clear
about the fact that max_parallel_workers_per_gather affects the number
of workers the planner may want to use. Fix a typo. Explain how
Gather Merge works. Adjust wording around parallel scans to be a bit
more clear. Adjust wording around parallel-restricted operations for
the fact that uncorrelated subplans are no longer restricted.

Patch by me, reviewed by Erik Rijkers

Discussion: http://postgr.es/m/CA+TgmoZsTjgVGn=ei5ht-1qGFKy_m1VgB3d8+Rg304hz91N5ww@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c1ef4e5cdb11cd562891f4ad2f30d1e3583a973d

Modified Files
--------------
doc/src/sgml/config.sgml | 4 +-
doc/src/sgml/parallel.sgml | 97 ++++++++++++++++++++++++++--------------------
2 files changed, 58 insertions(+), 43 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-08-10 17:54:18 pgsql: Improve the error message when creating an empty range partition
Previous Message Robert Haas 2017-08-10 17:18:01 pgsql: Fix typo in comment.