Unintended shutdown in postgres 7.4

Поиск
Список
Период
Сортировка
От Chad N. Tindel
Тема Unintended shutdown in postgres 7.4
Дата
Msg-id 20031209075224.GA56179@calma.pair.com
обсуждение исходный текст
Ответы Re: Unintended shutdown in postgres 7.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Let me just say that I love all the work that has been done for postgres 7.4.
The information_schema is totally cool!

We've been seeing a problem where the database server will shutdown
unexpectedly.  This generally happens when we are in the middle of importing
a large dump in .sql format from a mysql database (we're currently converting).

Interesting things in the log file are:

LOG:  could not send data to client: Broken pipe
LOG:  unexpected EOF on client connection
LOG:  received fast shutdown request
LOG:  aborting any active transactions
FATAL:  terminating connection due to administrator command

However, nobody issued a "fast shutdown request".  It just seems like the DB
died and stopped responding.

Has anybody else seen this before?  Do you need me to gather any more data
on the problem?

Thanks,

Chad

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

Предыдущее
От: LANE WILLIAM HOY
Дата:
Сообщение: Re: Failed regression test in postgresql-7.4
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: decode function