Small typo in doc

Started by PG Bug reporting form8 months 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/17/wal-async-commit.html
Description:

within this document
https://www.postgresql.org/docs/current/wal-async-commit.html

in the paragraph that says:

"before the WAL records it generated have actually made their way to disk"

it should say

"before the WAL records generated have actually made their way to disk"

there's an "it" that shouldn't be there

#2Peter Eisentraut
peter_e@gmx.net
In reply to: PG Bug reporting form (#1)
Re: Small typo in doc

On 27.08.25 04:49, PG Doc comments form wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/17/wal-async-commit.html
Description:

within this document
https://www.postgresql.org/docs/current/wal-async-commit.html

in the paragraph that says:

"before the WAL records it generated have actually made their way to disk"

it should say

"before the WAL records generated have actually made their way to disk"

there's an "it" that shouldn't be there

The full sentence is

"Selecting asynchronous commit mode means that the server returns
success as soon as the transaction is logically completed, before the
WAL records it generated have actually made their way to disk."

The "it" refers to "the server". Seem ok to me.

#3Nicola Palavecino
ninopalavecino@hotmail.com
In reply to: Peter Eisentraut (#2)
Re: Small typo in doc

Thank you! Yeah, it seems fine. Sorry for the inconvenience

Nicola

Show quoted text

El 27 ago 2025, a la(s) 08:24, Peter Eisentraut <peter@eisentraut.org> escribió:

On 27.08.25 04:49, PG Doc comments form wrote:

The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/wal-async-commit.html
Description:
within this document
https://www.postgresql.org/docs/current/wal-async-commit.html
in the paragraph that says:
"before the WAL records it generated have actually made their way to disk"
it should say
"before the WAL records generated have actually made their way to disk"
there's an "it" that shouldn't be there

The full sentence is

"Selecting asynchronous commit mode means that the server returns success as soon as the transaction is logically completed, before the WAL records it generated have actually made their way to disk."

The "it" refers to "the server". Seem ok to me.