Re: pgsql: Delay commit status checks until freezing executes.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: pgsql: Delay commit status checks until freezing executes.
Дата
Msg-id CAH2-Wz=qH-cCyxAQdDy-qSyZ2FSSheT9bzpcc5D+X7-cxtbRUg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Delay commit status checks until freezing executes.  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Wed, Jan 11, 2023 at 3:06 PM Andres Freund <andres@anarazel.de> wrote:
> > + * We can't use TransactionIdDidAbort here because it won't treat transactions
> > + * that were in progress during a crash as aborted by now.  We determine that
> > + * transactions aborted/crashed through process of elimination instead.
>
> s/by now//?

Did it that way in the commit I pushed just now.

Thanks
-- 
Peter Geoghegan



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: low wal_retrieve_retry_interval causes missed signals on Windows
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Rework of collation code, extensibility