Re: Basic subtransaction facility - Mailing list pgsql-patches

From Tom Lane
Subject Re: Basic subtransaction facility
Date
Msg-id 7649.1082463043@sss.pgh.pa.us
Whole thread Raw
In response to Re: Basic subtransaction facility  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-patches
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> 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?

If you think it's just for can't-happen conditions, FATAL (or even Assert)
should cover it.

            regards, tom lane

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: CSV patch applied
Next
From: Bruce Momjian
Date:
Subject: Re: pg_restore ignore error patch