Re: canceling autovacuum task woes - Mailing list pgsql-hackers

From Robert Haas
Subject Re: canceling autovacuum task woes
Date
Msg-id CA+TgmoZBSZywEMx-mQCno50Tid08SOWKCs7Yi5XMSpEkqM1GkQ@mail.gmail.com
Whole thread Raw
In response to Re: canceling autovacuum task woes  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: canceling autovacuum task woes  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Tue, Jul 24, 2012 at 4:09 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> Yeah, you're right.  So you do get the table name.  But you don't get
>> the cause, which is what you really need to understand why it's
>> happening.  Attached is a patch that adds some more detail.
>
> Uh, what's the added dependency on pgstat.h for?  Looks sane to the
> eyeball otherwise.

Woops, that was leftovers from some earlier silliness that I (mostly)
removed before posting.

New version attached.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: canceling autovacuum task woes
Next
From: Marko Kreen
Date:
Subject: Re: [patch] libpq one-row-at-a-time API