Re: Basic subtransaction facility - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Basic subtransaction facility
Date
Msg-id 200404270330.i3R3UGD25748@candle.pha.pa.us
Whole thread Raw
In response to Re: Basic subtransaction facility  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: Basic subtransaction facility  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: Basic subtransaction facility  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-patches
Alvaro, where are we on this patch.   I think the suggestion was to
throw FATAL rather than add a new error level.

Is this ready to be applied?

---------------------------------------------------------------------------

Alvaro Herrera wrote:
> On Mon, Apr 19, 2004 at 11:13:35AM -0400, Alvaro Herrera wrote:
>
> > I noticed that I sent an old version because of a system crash (the
> > *one* time I don't review vi -r differences it bites me ... argh).  It
> > has several obvious mistakes.  Please do not waste your time reviewing
> > that; I'll submit a corrected version later, which will also contain
> > some more changes.
>
> Ok, hopefully this one is better.
>
> I'm thinking that I'll to add a new elog level to signal a can't-happen
> condition within the transaction machinery, which would abort the whole
> transaction tree (more than ERROR) but would not take the whole backend
> down (less than FATAL).  What should it be called?  Do people agree that
> it's needed?
>
> --
> Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
> "Et put se mouve" (Galileo Galilei)

[ Attachment, skipping... ]

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: FW: Timezone library
Next
From: Bruce Momjian
Date:
Subject: Re: NEXT VALUE FOR...