pgsql: Doc: fix outdated wording about parallel seq scans - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Doc: fix outdated wording about parallel seq scans
Date
Msg-id E1olcBF-0003FW-Kn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix outdated wording about parallel seq scans

56788d215 adjusted the parallel seq scan code so that instead of handing
out a single block at a time to parallel workers, it now hands out ranges
of blocks.

Here we update the documentation which still claimed that workers received
just 1 block at a time.

Reported-by: Zhang Mingli
Discussion: https://postgr.es/m/17c99615-2c3b-4e4e-9d0b-424a66a7bccd@Spark
Backpatch-through: 14, where 56788d215 was added.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/536a3b87037b7eac1e9e2780738a0056d89634f6

Modified Files
--------------
doc/src/sgml/parallel.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Doc: fix outdated wording about parallel seq scans
Next
From: David Rowley
Date:
Subject: pgsql: Doc: fix outdated wording about parallel seq scans