From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | ninopalavecino(at)hotmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Re: Small typo in doc |
Date: | 2025-08-27 11:24:13 |
Message-ID: | 0b58cc64-252a-4107-b51a-5509956d329d@eisentraut.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
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.
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2025-08-27 12:13:21 | Re: Inaccurate statement about log shipping replication mode |
Previous Message | PG Doc comments form | 2025-08-27 02:49:15 | Small typo in doc |