Re: pg_clog problems

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: pg_clog problems
Дата
Msg-id 20031120003145.GB4645@svana.org
обсуждение исходный текст
Ответ на pg_clog problems  (Franco Bruno Borghesi <franco@akyasociados.com.ar>)
Ответы Re: pg_clog problems  (Franco Bruno Borghesi <franco@akyasociados.com.ar>)
Список pgsql-general
On Wed, Nov 19, 2003 at 01:45:21PM -0300, Franco Bruno Borghesi wrote:
> Hi everyone.
>
> I'm having problems with a database, I get the following errors while
> accesing it (from my application and from pg_dump)
>
> ERROR: Could not access status of transaction 65536
> DETAIL: Could not read from file /usr/share/postgresql/data/pg_clog/0000
> at offset 16384: No error.
>
> I'm using postgreSQL 7.4RC2 under cygwin (on winxp). It probably got
> damagged because of a bad windows shutdown or something.
>
> My question is, is there a way to reinit pg_clog files? I had read
> somewhere about something called pgsql_fsck or something, would this
> tool fix the problem? (if yes, please tell me the correct name ;) )

Simply create the clog file as 256K of zeros. If it's missing you need to
create it. But you really shouldn't be missing it since it's the first one
created. You didn't delete anything by accident?

Hpoe this helps,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> "All that is needed for the forces of evil to triumph is for enough good
> men to do nothing." - Edmond Burke
> "The penalty good people pay for not being interested in politics is to be
> governed by people worse than themselves." - Plato

Вложения

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

Предыдущее
От: Stephen Robert Norris
Дата:
Сообщение: Re: Tunning postgresql
Следующее
От: "Patrick Hatcher"
Дата:
Сообщение: Pg_dumpall problem