Re: POC: Better infrastructure for automated testing of concurrency issues

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: POC: Better infrastructure for automated testing of concurrency issues
Дата
Msg-id CAPpHfdsTeb+hBT5=qxghjNG_cHcJLDaNQ9sdy9vNwBF2E2PuZA@mail.gmail.com
обсуждение исходный текст
Ответ на POC: Better infrastructure for automated testing of concurrency issues  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: POC: Better infrastructure for automated testing of concurrency issues
Список pgsql-hackers
Hi!

On Tue, Feb 23, 2021 at 3:09 AM Peter Geoghegan <pg@bowt.ie> wrote:
> On Tue, Dec 8, 2020 at 2:42 AM Alexander Korotkov <aekorotkov@gmail.com> wrote:
> > Thank you for your feedback!
>
> It would be nice to use this patch to test things that are important
> but untested inside vacuumlazy.c, such as the rare
> HEAPTUPLE_DEAD/tupgone case (grep for "Ordinarily, DEAD tuples would
> have been removed by..."). Same is true of the closely related
> heap_prepare_freeze_tuple()/heap_tuple_needs_freeze() code.

I'll continue work on this patch.  The rebased patch is attached.  It
implements stop events as configure option (not runtime GUC option).

------
Regards,
Alexander Korotkov

Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Reducing the chunk header sizes on all memory context types
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: pg15b3: recovery fails with wal prefetch enabled