Re: vacuum as flags in PGPROC

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: vacuum as flags in PGPROC
Дата
Msg-id 15765.1193263215@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: vacuum as flags in PGPROC  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: vacuum as flags in PGPROC  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Also, I forgot to mention it on the first email, but this patch adds
> errcontext() lines when an autovacuum/analyze is being aborted.  It
> works fine, but I'm not seeing code anywhere else that does something
> like this.

This is a little bit scary because you might be invoking system catalog
reads after the transaction has already failed.  What would it take to
save the names involved before starting the TRY block?  I'm not worried
about the errcontext() call per se, only about the syscache fetches.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Including Snapshot Info with Indexes
Следующее
От: Joe Conway
Дата:
Сообщение: [Fwd: Re: [GENERAL] Crosstab Problems]