Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids
Дата
Msg-id CA+U5nM+z=GcUsMw_uGZjV7KvRQqUsmnqBK=e5YxP92mccxW-mg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
On 15 November 2012 12:07, Simon Riggs <simon@2ndquadrant.com> wrote:
> On 14 November 2012 22:17, Andres Freund <andres@2ndquadrant.com> wrote:
>
>> To avoid complicating logic we store both, the toplevel and the subxids, in
>> ->xip, first ->xcnt toplevel ones, and then ->subxcnt subxids.
>
> That looks good, not much change. Will apply in next few days. Please
> add me as committer and mark ready.

I tried improving this, but couldn't. So I've committed it as is.

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP: index support for regexp search
Следующее
От: "Marko Tiikkaja"
Дата:
Сообщение: Re: Materialized views WIP patch