Re: Basic subtransaction facility - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Basic subtransaction facility
Date
Msg-id 200404291929.07556.peter_e@gmx.net
Whole thread Raw
In response to Re: Basic subtransaction facility  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Basic subtransaction facility  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
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