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

From Alvaro Herrera
Subject Re: pgsql: Add wait event for fsync of WAL segments
Date
Msg-id 20180702162335.cfa2cthcxanbzjnv@alvherre.pgsql
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
On 2018-Jul-02, Michael Paquier wrote:

> Add wait event for fsync of WAL segments
> 
> This has been visibly a forgotten spot in the first implementation of
> wait events for I/O added by 249cf07, and what has been missing is a
> fsync call for WAL segments which is a wrapper reacting on the value of
> GUC wal_sync_method.

I wonder if we should backpatch this one all the way to pg10.  I don't
see no reason not to.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add wait event for fsync of WAL segments
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Clarify use of temporary tables within partition trees