Re: We need to log aborted autovacuums - Mailing list pgsql-hackers

From Tom Lane
Subject Re: We need to log aborted autovacuums
Date
Msg-id 10205.1295202398@sss.pgh.pa.us
Whole thread Raw
In response to Re: We need to log aborted autovacuums  (Greg Smith <greg@2ndquadrant.com>)
List pgsql-hackers
Greg Smith <greg@2ndquadrant.com> writes:
> Tom Lane wrote:
>> No, I don't believe we should be messing with the semantics of
>> try_relation_open.  It is what it is.

> With only four pretty simple callers to the thing, and two of them 
> needing the alternate behavior, it seemed a reasonable place to modify 
> to me.  I thought the "nowait" boolean idea was in enough places that it 
> was reasonable to attach to try_relation_open.

I would be willing to do that if it actually fixed the problem, but it
doesn't.  Logging only the table OID and not the table name is entirely
inadequate IMO, so the fix has to be at a different place anyway.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: We need to log aborted autovacuums
Next
From: Andy Colson
Date:
Subject: texteq/byteaeq: avoid detoast [REVIEW]