Re: Basic subtransaction facility

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Basic subtransaction facility
Дата
Msg-id 7649.1082463043@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Basic subtransaction facility  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: CSV patch applied
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_restore ignore error patch