Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids
Date
Msg-id CA+U5nM+z=GcUsMw_uGZjV7KvRQqUsmnqBK=e5YxP92mccxW-mg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids  (Simon Riggs <simon@2ndQuadrant.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP: index support for regexp search
Next
From: "Marko Tiikkaja"
Date:
Subject: Re: Materialized views WIP patch