Re: Out of Memory - 8.2.4

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Marko Kreen <markokr(at)gmail(dot)com>, Jeff Amiel <becauseimjeff(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Out of Memory - 8.2.4
Date: 2007-08-30 13:58:20
Message-ID: 20070830135820.GI5872@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-08-30 14:01:12 Re: Out of Memory - 8.2.4
Previous Message Marko Kreen 2007-08-30 13:54:26 Re: Out of Memory - 8.2.4