Re: pgsql: Add wait event for fsync of WAL segments - Mailing list pgsql-committers

From Julien Rouhaud
Subject Re: pgsql: Add wait event for fsync of WAL segments
Date
Msg-id CAOBaU_bU0caFx-_7+HCDd3CAyznwngpMCwd4ygsDr2RY-CJjOw@mail.gmail.com
Whole thread Raw
In response to pgsql: Add wait event for fsync of WAL segments  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Add wait event for fsync of WAL segments
List pgsql-committers
Hi Michael,

On Mon, Jul 2, 2018 at 3:23 PM, Michael Paquier <michael@paquier.xyz> wrote:
> Add wait event for fsync of WAL segments
>
> Modified Files
> --------------
> doc/src/sgml/monitoring.sgml      | 4 ++++

I just noticed that the number of rows for the IO wait event type
documentation hasn't been updated, see
https://www.postgresql.org/docs/devel/static/monitoring-stats.html#WAIT-EVENT-TABLE.

Trivial patch attached.

Attachment

pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Correct obsolete unique index insertion comment.
Next
From: Jeff Davis
Date:
Subject: pgsql: Fix WITH CHECK OPTION on views referencing postgres_fdw tables.