Re: blocking automatic vacuum - Mailing list pgsql-admin

From Tom Lane
Subject Re: blocking automatic vacuum
Date
Msg-id 3519.1277225856@sss.pgh.pa.us
Whole thread Raw
In response to Re: blocking automatic vacuum  (Uwe Bartels <uwe.bartels@gmail.com>)
List pgsql-admin
Uwe Bartels <uwe.bartels@gmail.com> writes:
> i'm pretty sure there is no repetitive ddl happen on this or any other
> table. i checked this with the developers.

Well, *something* was blocking that RowExclusiveLock request, and for
sure it wasn't autovacuum.  There has to be something else going on.

> but if i had an anti-wraparound vacuum, then i should see warnings like
> these in the log. am i right? I don't have any warnings that day.

> WARNING:  database "mydb" must be vacuumed within 177009986 transactions
> HINT:  To avoid a database shutdown, execute a database-wide VACUUM in "mydb".

Uh, no.  Anti-wraparound vacuums are performed long before you would get
to the point of seeing any actual warnings.

            regards, tom lane

pgsql-admin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Postgresql 9.0b2 : pg_upgrade not passing username to pgdumpall ?
Next
From: Tom Lane
Date:
Subject: Re: parallel option in pg_restore