Re: Re: [GENERAL] cannot vacuum a database !

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [GENERAL] cannot vacuum a database !
Дата
Msg-id 13725.967588351@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [GENERAL] cannot vacuum a database !  (Ange Michel POZZO <poange@technologist.com>)
Список pgsql-bugs
It sounds to me like your index on pg_proc(prosrc) is corrupted, which
unfortunately is pretty easy to do in 6.5 and before --- there weren't
any defenses against overlength index entries, which meant a large
function definition could break it.

Fortunately that index isn't actually used for much of anything (in fact
we took it out of 7.0).  So you should be able to limp along until you
can schedule a dump/reload, preferably together with an update to 7.0.
Just don't vacuum pg_proc meanwhile.  You can vacuum individual user
tables if you need to, but don't do a system-wide vacuum.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: initdb -t trashes the entire database system
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Cannot create tabel named 'user'