Re: serializable read only deferrable

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: serializable read only deferrable
Дата
Msg-id 4CFFB70302000025000384AF@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: serializable read only deferrable  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: serializable read only deferrable  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> GUC_complaint_elevel() can return DEBUGn, and in fact will do so in
> the PGC_S_OVERRIDE case.  I'm thinking that the code ought to look
> more like
>
>     /* source == PGC_S_OVERRIDE means do it anyway, eg at xact abort
*/
>     if (source != PGC_S_OVERRIDE)
>     {
>         check and report all the complaint-worthy cases;
>     }

Done.  Version 3 attached.  I think I've covered all bases now.

-Kevin


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Review: Extensions Patch
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hot Standby btree delete records and vacuum_defer_cleanup_age