Re: pgsql: Extract catalog info for error reporting before an error actually

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Extract catalog info for error reporting before an error actually
Дата
Msg-id 20071025164150.GF23566@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pgsql: Extract catalog info for error reporting before an error actually  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: pgsql: Extract catalog info for error reporting before an error actually  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-committers
Simon Riggs wrote:
> On Thu, 2007-10-25 at 14:45 +0000, Alvaro Herrera wrote:
> > Log Message:
> > -----------
> > Extract catalog info for error reporting before an error actually happens.
> > Also, remove redundant reset of for-wraparound PGPROC flag.
>
> Just noticed you've made these changes. I was working on them, but
> hadn't fully tested the patch because of all the different touch points.
> Sorry for the delay.
>
> Would you like me to refresh my earlier patch against the newly
> committed state (or did you commit that aspect already as well?).

I am doing just that.  I'll post it soon.

FWIW I disagree with cancelling just any autovac work automatically; in
my patch I'm only cancelling if it's analyze, on the grounds that if
you have really bad luck you can potentially lose a lot of work that
vacuum did.  We can relax this restriction when we have cancellable
vacuum.

--
Alvaro Herrera                         http://www.flickr.com/photos/alvherre/
"La principal característica humana es la tontería"
(Augusto Monterroso)

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Extract catalog info for error reporting before an error actually
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Extract catalog info for error reporting before an error actually