| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | Michael Paesold <mpaesold(at)gmx(dot)at>, pgsql-hackers(at)postgresql(dot)org, Simon Riggs <simon(at)2ndquadrant(dot)com> |
| Subject: | Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually |
| Date: | 2007-10-25 17:38:43 |
| Message-ID: | 19034.1193333923@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers pgsql-patches |
Alvaro Herrera <alvherre(at)commandprompt(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2007-10-25 17:51:16 | Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually |
| Previous Message | Michael Paesold | 2007-10-25 17:36:43 | Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2007-10-25 17:51:16 | Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually |
| Previous Message | Michael Paesold | 2007-10-25 17:36:43 | Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2007-10-25 17:51:16 | Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually |
| Previous Message | Michael Paesold | 2007-10-25 17:36:43 | Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually |