Re: race condition when writing pg_control

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: race condition when writing pg_control
Дата
Msg-id 2136775.1715885450@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: race condition when writing pg_control  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: race condition when writing pg_control
Список pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes:
> I suspect it will be difficult to investigate this one too much further
> unless we can track down a copy of the control file with the bad checksum.
> Other than searching for any new code that isn't doing the appropriate
> locking, maybe we could search the buildfarm for any other occurrences.  I
> also seem some threads concerning whether the way we are reading/writing
> the control file is atomic.

The intention was certainly always that it be atomic.  If it isn't
we have got *big* trouble.

            regards, tom lane



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: race condition when writing pg_control
Следующее
От: Andres Freund
Дата:
Сообщение: Re: race condition when writing pg_control