Re: WAL insert delay settings

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: WAL insert delay settings
Дата
Msg-id 987c0f78-d9c3-9ec4-5951-5503419d0d58@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: WAL insert delay settings  (Andres Freund <andres@anarazel.de>)
Ответы Re: WAL insert delay settings  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 13/02/2019 13:18, Andres Freund wrote:
> But I don't think the way you did it is acceptable - we can't just delay while holding buffer locks, in critical
sections,while not interruptible.
 

The code I added to XLogInsertRecord() is not inside the critical section.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: replace_text optimization (StringInfo to varlena)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: reducing isolation tests runtime