Re: [BUGS] BUG #14736: Crash on postgresql server by autovacuum worker process

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14736: Crash on postgresql server by autovacuum worker process
Дата
Msg-id 15144.1499438599@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14736: Crash on postgresql server by autovacuum worker process  (jothiprasath21@gmail.com)
Ответы [BUGS] Re: BUG #14736: Crash on postgresql server by autovacuum workerprocess  (jothiprasath216 <jothiprasath21@gmail.com>)
Список pgsql-bugs
jothiprasath21@gmail.com writes:
> I got the following stack trace after the crash and i'm not sure what were
> the queries executing at the point of time. 

The postmaster log would probably have told you what happened ... did you
save it?

Just looking at the stack trace, I'm thinking it probably was a file
write error (maybe just out-of-disk-space?) that got promoted to PANIC
because we were inside a critical section for commit.  If so, it's
operating as designed.
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [BUGS] [HACKERS] Postgres process invoking exit resulting in sh-QUIT core
Следующее
От: frank.von.postgresql.org@familie-gard.de
Дата:
Сообщение: [BUGS] BUG #14737: Wrong PL/pgSQL behaviour