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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to