Re: Out of Memory - 8.2.4 - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Out of Memory - 8.2.4
Date
Msg-id 20070830135820.GI5872@alvh.no-ip.org
Whole thread Raw
In response to Re: Out of Memory - 8.2.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Out of Memory - 8.2.4
Re: Out of Memory - 8.2.4
List 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 by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: Out of Memory - 8.2.4
Next
From: Tom Lane
Date:
Subject: Re: Out of Memory - 8.2.4