Is autovacuum too noisy about orphan temp tables?

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Is autovacuum too noisy about orphan temp tables?
Дата
Msg-id 48F4599D.7010601@enterprisedb.com
обсуждение исходный текст
Ответы Re: Is autovacuum too noisy about orphan temp tables?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: xact_desc
Следующее
От: Charlie Savage
Дата:
Сообщение: Re: 8.3 .4 + Vista + MingW + initdb = ACCESS_DENIED