Alvaro Herrera <alvhe...@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 -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers