Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Basic subtransaction facility - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Basic subtransaction facility
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Basic subtransaction facility  (Bruce Momjian <[email protected]>)
Responses Re: Basic subtransaction facility
List pgsql-patches
Bruce Momjian wrote:
> I think his point was that there are some errors that should abort
> the outer transaction too.  I think Alvaro mentioned out of memory,
> but that is a FATAL error.  Alvaro, what error were you thinking of
> that should abort the outer transaction?

Theoretically, if you abort the inner transaction, that could free up
memory for use by the outer transaction.


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Basic subtransaction facility
Next
From: Tom Lane
Date:
Subject: Re: Basic subtransaction facility