vacuum analyze fails with latest cvs version

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема vacuum analyze fails with latest cvs version
Дата
Msg-id 200101010117.f011HVE44848@hub.org
обсуждение исходный текст
Ответы Re: vacuum analyze fails with latest cvs version  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Jukka Honkela (jukka.honkela@ee.oulu.fi) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
vacuum analyze fails with latest cvs version

Long Description
I have a table ('messages') of email messages (subject, sender etc..) which
has a column (of type 'text') that contains the actual body of the
messages. Some of these messages are longer than 8KB so the TOAST
thing is being used.
Problem 1: "vacuum messages;" works but "vacuum analyze messages;"
kills the backend. Vacuum analyze worked (afaik) at least a month ago.
Problem 2: "cluster messages_index on messages" fails on message:
ERROR:  Tuple is too big: size 29704, max size is 8136
The latter problem has existed as long as TOAST support has existed,
to my experience. (Linux, RH 7.0, i386)

Sample Code


No file was uploaded with this report

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: NetBSD/Alpha and rkirkpat's patch [was Re: regress failed tests.. SERIOUS?]
Следующее
От: Tom Lane
Дата:
Сообщение: Re: vacuum analyze fails with latest cvs version