Re: Nested transactions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Nested transactions
Date
Msg-id 19061.1047997838@sss.pgh.pa.us
Whole thread Raw
In response to Re: Nested transactions  (Manfred Koizar <mkoi-pg@aon.at>)
List pgsql-hackers
Manfred Koizar <mkoi-pg@aon.at> writes:
> On COMMIT: end the current subtransaction (marking it as aborted in
> pg_clog), pop it from the stack, set the enclosing transaction to
> (SUB)TRANS_ABORT.

Surely not.  The outer transaction must remain alive, else there's no
point in the whole thing.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Red Hat snubbed by Oracle
Next
From: Peter Eisentraut
Date:
Subject: Re: analyze after a database restore?