Re: remove more archiving overhead

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: remove more archiving overhead
Дата
Msg-id 20220222195229.GA42988@nathanxps13
обсуждение исходный текст
Ответ на Re: remove more archiving overhead  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers
On Tue, Feb 22, 2022 at 09:37:11AM -0800, Nathan Bossart wrote:
> In my testing, I found that when I killed the server just before unlink()
> during WAL recyling, I ended up with links to the same file in pg_wal after
> restarting.  My latest test produced links to the same file for the current
> WAL file and the next one.  Maybe WAL recyling should use durable_rename()
> instead of durable_rename_excl().

Here is an updated patch.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Вложения

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

Предыдущее
От: "Imseih (AWS), Sami"
Дата:
Сообщение: [BUG] Panic due to incorrect missingContrecPtr after promotion
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: bailing out in tap tests nearly always a bad idea