Re: race condition when writing pg_control

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: race condition when writing pg_control
Дата
Msg-id CA+hUKG+5GfOzJyH5dMh1ttgLcn8RwUS6Q=jJ+Cw_nPhq1cwsbw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: race condition when writing pg_control  (Andres Freund <andres@anarazel.de>)
Ответы Re: race condition when writing pg_control
Список pgsql-hackers
The specific problem here is that LocalProcessControlFile() runs in
every launched child for EXEC_BACKEND builds.  Windows uses
EXEC_BACKEND, and Windows' NTFS file system is one of the two file
systems known to this list to have the concurrent read/write data
mashing problem (the other being ext4).



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

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Slow catchup of 2PC (twophase) transactions on replica in LR
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: commitfest.postgresql.org is no longer fit for purpose