Is autovacuum too noisy about orphan temp tables? - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Is autovacuum too noisy about orphan temp tables?
Date
Msg-id 48F4599D.7010601@enterprisedb.com
Whole thread Raw
Responses Re: Is autovacuum too noisy about orphan temp tables?
List pgsql-hackers
While playing around, I got into the situation that I have an "orphaned 
temp table" in my database. The log is now slowly filling with these 
messages:

LOG:  autovacuum: found orphan temp table "pg_temp_2"."foo" in database 
"postgres"
LOG:  autovacuum: found orphan temp table "pg_temp_2"."foo" in database 
"postgres"
...

I remember the discussion when that was put in, but I'm starting to 
think that printing that every time autovacuum wakes up, which is once 
per minute by default, is too noisy. Also, it doesn't give me any hint 
on what I can do to get rid of the message; I had to search the archives 
to find out that I can "DROP SCHEMA pg_temp_2".

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: xact_desc
Next
From: Charlie Savage
Date:
Subject: Re: 8.3 .4 + Vista + MingW + initdb = ACCESS_DENIED