Incorrect grammar in 15.2

Started by PG Bug reporting formover 1 year ago3 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/when-can-parallel-query-be-used.html
Description:

Unless I'm misunderstanding the sentence structure here, I believe the word
"a" is missing before "parallel query plan" in the following sentence from
section 15.2:

Even when parallel query plan is generated for a particular query, there

are several circumstances under which it will be impossible to execute that
plan in parallel at execution time.

This should say:

Even when a parallel query plan is generated for a particular query, there

are several circumstances under which it will be impossible to execute that
plan in parallel at execution time.

#2Laurenz Albe
laurenz.albe@cybertec.at
In reply to: PG Bug reporting form (#1)
Re: Incorrect grammar in 15.2

On Wed, 2024-07-24 at 05:11 +0000, PG Doc comments form wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/when-can-parallel-query-be-used.html
Description:

Unless I'm misunderstanding the sentence structure here, I believe the word
"a" is missing before "parallel query plan" in the following sentence from
section 15.2:

Even when parallel query plan is generated for a particular query, there

are several circumstances under which it will be impossible to execute that
plan in parallel at execution time.

This should say:

Even when a parallel query plan is generated for a particular query, there

are several circumstances under which it will be impossible to execute that
plan in parallel at execution time.

+1

Here is a patch for that; it may be the smallest patch I've ever
written for PostgreSQL.

Yours,
Laurenz Albe

Attachments:

v1-0001-Fix-a-missing-article-in-the-documentation.patchtext/x-patch; charset=UTF-8; name=v1-0001-Fix-a-missing-article-in-the-documentation.patchDownload+1-2
#3Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Laurenz Albe (#2)
Re: Incorrect grammar in 15.2

On 2024-Jul-24, Laurenz Albe wrote:

Here is a patch for that; it may be the smallest patch I've ever
written for PostgreSQL.

Thanks, applied.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
"Investigación es lo que hago cuando no sé lo que estoy haciendo"
(Wernher von Braun)