Re: 64-bit CommandIds - Mailing list pgsql-patches

From Zoltan Boszormenyi
Subject Re: 64-bit CommandIds
Date
Msg-id 47CD9619.8000205@cybertec.at
Whole thread Raw
In response to Re: 64-bit CommandIds  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches
Alvaro Herrera írta:
> Zoltan Boszormenyi wrote:
>
>
>> attached is our patch against HEAD which enables extending CommandIds
>> to 64-bit. This is for enabling long transactions that really do that much
>> non-read-only work in one transaction.
>>
>
> I think you should add a pg_control field and corresponding check, to
> avoid a 64bit-Cid postmaster to start on a 32bit-Cid data area and vice
> versa.
>

You're right, thanks.

--
----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
http://www.postgresql.at/



pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: 64-bit CommandIds
Next
From: "Pavel Stehule"
Date:
Subject: actualized SQL/PSM patch