Re: Typo in documentation - runtime-config-wal

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: chris(at)cogdon(dot)org, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Typo in documentation - runtime-config-wal
Date: 2023-11-09 23:10:26
Message-ID: ZU1m4s9X2BqaSDRe@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, Feb 15, 2019 at 07:51:31PM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/runtime-config-wal.html
> Description:
>
> This page: https://www.postgresql.org/docs/10/runtime-config-wal.html
> (And probably others in other versions) has – I believe – an error in the
> description for "wal_writer_delay".
>
> It says "woken up by an asynchronously committing transaction". I suspect
> that should read "synchronously".

Uh, is this correction accurate? It seems so to me.

After flushing WAL the writer sleeps for the length of time given
by <varname>wal_writer_delay</varname>, unless woken up sooner
--> by an asynchronously committing transaction.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2023-11-09 23:40:55 Re: remove deprecated @@@ operator ?
Previous Message Bruce Momjian 2023-11-09 22:52:26 Re: WAL Configuration Grammar Fix