Re: error during vacuum full

Поиск
Список
Период
Сортировка
От Mario Weilguni
Тема Re: error during vacuum full
Дата
Msg-id 200207100828.24610.mweilguni@sime.com
обсуждение исходный текст
Ответ на Re: error during vacuum full  (Barry Lind <barry@xythos.com>)
Список pgsql-hackers
Am Mittwoch, 10. Juli 2002 06:50 schrieb Barry Lind:
> Tom,
>
> No.  Restarting the postmaster does not resolve the problem.  I am going
> to put the debug build in place and see if I can still reproduce.
>

I've this problem on different machines too (on a daily basis), and restarting the database has never helped. There are
forsure no open transactions when this happens, and the only way out is to regenerate all tuples: 
update tablename set colname=colname; (take whatever column you like). I guess it's because I've a cron job which is
runningevery minute or so and checks some conditions, and I guess it is called while vacuum full is running too. 

Best regards,Mario Weilguni


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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: error during vacuum full
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: (A) native Windows port