Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually
Date
Msg-id 19034.1193333923@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Michael Paesold wrote:
>> Yeah, I thought we had agreed that we must cancel all auto vacuum/analyzes, 
>> on the ground that foreground operations are usually more important than 
>> maintenance tasks.

> What this means is that autovacuum will be starved a lot of the time,

Not really, because DDL changes aren't *that* common (at least not for
non-temp tables).  I think the consensus was that we should cancel
autovac in these cases unless it is an anti-wraparound vacuum.  Isn't
that why you were putting in the flag to show it is for wraparound?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually
Next
From: "Henry B. Hotz"
Date:
Subject: Re: 8.3 GSS Issues