Re: pgsql: Add wait event for fsync of WAL segments

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Add wait event for fsync of WAL segments
Дата
Msg-id 20180702162335.cfa2cthcxanbzjnv@alvherre.pgsql
обсуждение исходный текст
Ответ на pgsql: Add wait event for fsync of WAL segments  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Add wait event for fsync of WAL segments
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add wait event for fsync of WAL segments
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Clarify use of temporary tables within partition trees