Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, Michael Paesold <mpaesold(at)gmx(dot)at>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, 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 20:28:54
Message-ID: 4720FC86.3030501@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-patches

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> Michael Paesold wrote:
>>> Shouldn't we rather support the regular usage pattern instead of the
>>> uncommon one? Users doing a lot of schema changes are the ones who
>>> should have to work around issues, not those using a DBMS sanely. No?
>
>> Unfortunately, doing lots of schema changes is a very common phenomenon.
>> It makes me uncomfortable too, but saying that those who do it have to
>> work around issues isn't acceptable IMNSHO - it's far too widely done.
>
> Well, there's going to be pain *somewhere* here, and we already know
> that users will find the current 8.3 behavior unacceptable. I'd rather
> have autovacuum not make progress than have users turn it off because it
> gets in their way too much. Which I think is exactly what will happen
> if we ship it with the current behavior.

exactly - 8.3 will be the first release with autovac enabled by default
(and concurrent autovacuuming) and we really need to make sure that
people wont get surprised by it in the way I (and others) did when
playing with Beta1.
So my vote would be on cancelling always except in the case of a
wraparound vacuum.

Stefan

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Fetter 2007-10-25 21:04:58 Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually
Previous Message Tom Lane 2007-10-25 20:22:53 pgsql: Make initdb's selection of default text search configuration

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-10-25 20:54:01 Re: [HACKERS] 8.3beta1 testing on Solaris
Previous Message Jignesh K. Shah 2007-10-25 20:24:18 8.3beta1 testing on Solaris

Browse pgsql-patches by date

  From Date Subject
Next Message Chris Browne 2007-10-25 20:31:40 Minor change to pg_dump docs
Previous Message Alvaro Herrera 2007-10-25 20:07:41 Autovacuum cancellation