pgsql: Doc: fix outdated wording about parallel seq scans

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix outdated wording about parallel seq scans
Date: 2022-10-20 20:30:58
Message-ID: E1olcBt-0003GG-Fx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_14_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-10-21 00:56:20 pgsql: Refactor more logic for compilation of regular expressions in hb
Previous Message David Rowley 2022-10-20 20:30:18 pgsql: Doc: fix outdated wording about parallel seq scans