Segv in pg_autovacuum in 8.0.x

Поиск
Список
Период
Сортировка
От daveg
Тема Segv in pg_autovacuum in 8.0.x
Дата
Msg-id 20051019084832.GB7502@sonic.net
обсуждение исходный текст
Ответы Re: Segv in pg_autovacuum in 8.0.x  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список pgsql-hackers
Apologies if this is old news, but pg_autovacuum in 8.0.x has the bad habit
of SEGVing and exiting when a table gets dropped out from under it. This
creates problems if you rely on pg_autovacuum for the bulk of your vacuuming
as it forgets it's statistics when it is restarted and so will skip some
desireable vacuums.

I have a patch for this that should apply against any 8.0.x if there is any
interest.

I looked at the new autovacuum in 8.1 and it appears from casual inspection
not to have the same problem.

-dg

-- 
David Gould                      daveg@sonic.net
If simplicity worked, the world would be overrun with insects.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: pg_dump permissions
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Question about Ctrl-C and less