Re: Proposal: Log inability to lock pages during vacuum - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Proposal: Log inability to lock pages during vacuum
Date
Msg-id 3172.1418935831@sss.pgh.pa.us
Whole thread Raw
In response to Re: Proposal: Log inability to lock pages during vacuum  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Great, thanks, pushed.  I tweaked it a bit more, so that it would say
> either "skipped N pages" or "waited N pins" in both autovacuum and
> vacuum verbose cases, but only if N > 0.

Not directly relevant but ... I think probably all those BlockNumber
counters should be printed with %u not %d.  A relation with between
2G and 4G pages is possible, and it wouldn't look right with %d.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Proposal: Log inability to lock pages during vacuum
Next
From: Andres Freund
Date:
Subject: Re: Proposal: Log inability to lock pages during vacuum