Re: Nested transactions: low level stuff - Mailing list pgsql-hackers

From Zeugswetter Andreas SB SD
Subject Re: Nested transactions: low level stuff
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA4961F71@m0114.s-mxs.net
Whole thread Raw
In response to Nested transactions: low level stuff  (Manfred Koizar <mkoi-pg@aon.at>)
List pgsql-hackers
> In fact, I had proposed a simpler UNDO capability that revisited tuples
> and set their XID to a fixed aborted XID to clean up aborted
> subtransactions, but most now like the multiple XID solution.

I think for the implicit subtransactions that we will want
(with error codes comming) using a different xid for every command
inside a transaction is not so sexy, no ?

Andreas



pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: Nested transactions: low level stuff
Next
From: Steve Wampler
Date:
Subject: Re: PostgreSQL and SOAP, suggestions?