Re: Recovery of PGSQL after system crash failing!!!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Recovery of PGSQL after system crash failing!!!
Дата
Msg-id 3380.982040724@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Recovery of PGSQL after system crash failing!!!  (Ryan Kirkpatrick <pgsql@rkirkpat.net>)
Список pgsql-hackers
Ryan Kirkpatrick <pgsql@rkirkpat.net> writes:
> #2  0x20dc71 in abort () from /lib/libc.so.6
> #3  0x8080495 in XLogFileOpen ()

Hm.  Evidently it's failing to open the xlog file, but the code is set
up in such a way that it dies before telling you why :-(  Take a look
at XLogFileOpen in src/backend/access/transam/xlog.c and tweak the code
to tell you the path and errno it's failing on before it abort()s.
        regards, tom lane


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

Предыдущее
От: Ryan Kirkpatrick
Дата:
Сообщение: Re: Recovery of PGSQL after system crash failing!!!
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: locale support