Unintended shutdown in postgres 7.4

From: "Chad N(dot) Tindel" <chad(at)tindel(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Unintended shutdown in postgres 7.4
Date: 2003-12-09 07:52:24
Message-ID: 20031209075224.GA56179@calma.pair.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Neil Conway 2003-12-09 08:12:23 Re: BUG #1003: postgres config error
Previous Message PostgreSQL Bugs List 2003-12-09 07:10:37 BUG #1003: postgres config error