Re: Out of Memory - 8.2.4

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Out of Memory - 8.2.4
Дата
Msg-id 20070830135820.GI5872@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Out of Memory - 8.2.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Out of Memory - 8.2.4
Re: Out of Memory - 8.2.4
Список pgsql-general
Tom Lane escribió:

> BTW, if an autovac worker gets an elog(ERROR) on one table, does it die
> or continue on with the next table?

It continues with the next table if interrupted (SIGINT), but the worker
exits on any other error.  I would ask you to review that code -- it's
in do_autovacuum, the PG_TRY block at the end.  It was committed in rev
1.52 of autovacuum.c.

--
Alvaro Herrera                        http://www.advogato.org/person/alvherre
"We are who we choose to be", sang the goldfinch
when the sun is high (Sandman)

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

Предыдущее
От: "Marko Kreen"
Дата:
Сообщение: Re: Out of Memory - 8.2.4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Out of Memory - 8.2.4