Re: Async Commit, v21 (now: v22)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Async Commit, v21 (now: v22)
Дата
Msg-id 25255.1186008887@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Async Commit, v21 (now: v22)  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: Async Commit, v21 (now: v22)  ("Simon Riggs" <simon@2ndquadrant.com>)
Список pgsql-patches
"Simon Riggs" <simon@2ndquadrant.com> writes:
> Here's v23, including all suggested changes, plus some reworking of the
> transaction APIs to reduce the footprint of the patch.

Applied with some editorialization --- I found a few bugs, as well as
things that seemed they could be neater.  Notable was that the patch
would have significantly increased the contention for CLogControlLock by
requiring two lock cycles to fetch a transaction's commit status and
LSN.  I changed it so that TransactionIdGetStatus returns both pieces
of information.

            regards, tom lane

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: strpos() && KMP
Следующее
От: Tom Lane
Дата:
Сообщение: Re: strpos() && KMP