Thread
Commits
-
Fix a missing article in the documentation
- e29203a60b1c 12.20 landed
- 9f21482fe189 18.0 landed
- 7c32f2222f99 16.4 landed
- 4afcd1567d8d 13.16 landed
- 350f4f96bb9b 15.8 landed
- 1c23961d2234 14.13 landed
- 0cc57dca298c 17.0 landed
-
Incorrect grammar in 15.2
The Post Office <noreply@postgresql.org> — 2024-07-24T05:11:32Z
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.
-
Re: Incorrect grammar in 15.2
Laurenz Albe <laurenz.albe@cybertec.at> — 2024-07-24T10:52:25Z
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
-
Re: Incorrect grammar in 15.2
Alvaro Herrera <alvherre@alvh.no-ip.org> — 2024-07-24T12:15:31Z
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)