Re: unexplainable error

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: unexplainable error
Date: 2007-11-16 13:06:24
Message-ID: 20071116130624.GV1955@frubble.xen.chris-lamb.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Nov 16, 2007 at 01:58:21PM +0100, pobox(at)verysmall(dot)org wrote:
> Every time, after mass import into the database (it's a development
> server, so the import updates the database with full dump from the
> production server) - the first several clicks on the development web
> site return -
>
> PGSQL ERROR: FATAL: terminating connection due to administrator command
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.

My only guess would be something to do with a strange interaction with
connection pooling.

Sam

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2007-11-16 13:11:39 Re: getting the number of rows affected by a query
Previous Message pobox@verysmall.org 2007-11-16 12:58:21 unexplainable error