Re: vacuum as flags in PGPROC

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: vacuum as flags in PGPROC
Дата
Msg-id 5598.1193181216@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 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:
> In the spirit of incremental improvement, here is a patch that turns the
> couple of bools in PGPROC into a bitmask, and associated fallout.

Maybe declare the field as uint8 instead of char?  Otherwise, +1.

> This patch also contains a change to make a cancelled autovacuum
> continue with the schedule (indeed to continue with the schedule on any
> error), rather than aborting completely.

I think we'd considered that a bug to be fixed.  Are you intending this
for 8.3 or 8.4?  I don't have a problem with it for 8.3, but someone
else might ...

            regards, tom lane

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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: EXECUTE USING for plpgsql (for 8.4)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: vacuum as flags in PGPROC