Re: pg_clog troubles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_clog troubles
Дата
Msg-id 14566.1016600759@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_clog troubles  (Gordon Runkle <gar@integrated-dynamics.com>)
Список pgsql-hackers
Gordon Runkle <gar@integrated-dynamics.com> writes:
> I'm dead in the water with pg_clog errors:

> Mar 19 18:25:05 nexus postgres[28736]: [6] FATAL 2:  open of
> /data00/pgdata/pg_clog/007D failed: No such file or directory

Am I right in guessing that the range of file names you have present
in pgdata/clog/ is nowhere near 007D, let alone the others mentioned?

We have seen a couple of reports like this now, all seemingly indicating
that the clog code is being asked about the commit status of a totally-
off-the-wall transaction number.  I would really like to dig into an
example with a debugger ... but the prior reporters have been unable
to reproduce the problem on demand.  If you can provide a chance to
get this behavior under a gdb microscope, let's talk.
        regards, tom lane


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Again, sorry, caching.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] 7.2 crash...