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

From Tom Lane
Subject Re: Is autovacuum too noisy about orphan temp tables?
Date
Msg-id 20646.1223988666@sss.pgh.pa.us
Whole thread Raw
In response to Is autovacuum too noisy about orphan temp tables?  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Is autovacuum too noisy about orphan temp tables?
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> 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.

What else would you do?  I can't see adding state to remember when we
printed it last.

> 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".

We could surely add an errhint() to the message.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: There's some sort of race condition with the new FSM stuff
Next
From: ITAGAKI Takahiro
Date:
Subject: Re: Is autovacuum too noisy about orphan temp tables?