[postgresql 9.3.5] autovacuums stuck on non-existent pg_toast tables - Mailing list pgsql-general

From tpham
Subject [postgresql 9.3.5] autovacuums stuck on non-existent pg_toast tables
Date
Msg-id 1424892522483-5839397.post@n5.nabble.com
Whole thread Raw
Responses Re: [postgresql 9.3.5] autovacuums stuck on non-existent pg_toast tables
List pgsql-general
Hi everyone,

Two weeks ago, one of our Postgres databases crashed violently and had to be
brought up again. This certainly resulted in some lost pg_clog files, and we
had to zero-fill them in one by one to get autovacuum up and running again.

Now, we have two autovacuuming processes constantly stuck at two pg_toast
tables that are nonexistent:

autovacuum: VACUUM pg_toast.pg_toast_455742374 (runs up to twelve hours with
no progress)

# select 455742374::regclass;
 regclass
-----------
 455742374
(1 row)

whereas normally for a pg_toast table we should have something like

# select 1371237940::regclass;
                    regclass
-------------------------------------------------
 performance_report_parallel.campaigns_summary_p
(1 row)

The result is that we are down to just one autovacuum worker, which is
evidently not enough to help our database oiled and running. :"(

Our autovacuum paramters are all using default values.

Any help would be greatly appreciated. Thank you!



--
View this message in context:
http://postgresql.nabble.com/postgresql-9-3-5-autovacuums-stuck-on-non-existent-pg-toast-tables-tp5839397.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: "frank ernest"
Date:
Subject: Re: newbie how to access the information scheme
Next
From: David Steele
Date:
Subject: Re: Locking during UPDATE query with SUBSELECT