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)

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to