Postgres Wierdness - Mailing list pgsql-general

From Alex Turner
Subject Postgres Wierdness
Date
Msg-id 33c6269f0601181122vda23ba0i96bb22cc7e3f380e@mail.gmail.com
Whole thread Raw
Responses Re: Postgres Wierdness  (Michael Crozier <crozierm@conducivetech.com>)
List pgsql-general
I just started using JDBC to connect to postgres from Tomcat, and when
I pg_ctl stop -m immediate my server, I get a bunch of messages thus:

WARNING: terminating connection because of crash of another server process
DETAIL: The postmaster has commanded this server process to roll back
the current transaction and exit, because another server process
exited abnormally and possibly corrupted shared memory.

When the server comes back up, it claims:
LOG: database system was not propertly shut down; automatic recovery in progress

I'm using the Jdbc3PoolingDataSource to connection.  The code isn't
doing any write transactions at all at this point.

Anyone any idea what might be happening here?

Alex Turner

pgsql-general by date:

Previous
From: Alex Turner
Date:
Subject: Re: RAID 5 and postgresql
Next
From: Michael Crozier
Date:
Subject: Re: Postgres Wierdness