Serious problem with my postgres

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Serious problem with my postgres
Date: 2002-08-29 02:12:05
Message-ID: GNELIHDDFBOCMGBFGEFOOEPACDAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi guys,

After a crash and several restarts this morning, my postgres 7.2.1 is
running very oddly.

Every time you execute a query it basially takes forever. Some of them
actually do take forever. eg: "select * from users" just hangs forever. As
people use the site all available postgres slots are taken up by various
random queries until the max backends is reached. The requests cannot be
cancelled within psql, etc.

The processes are hanging in semwait or sbwait or biord states, but mostly
sbwait. Restarts don't help. Reboots don't help. There's nothing in the
logs. What the heck is going on?

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2002-08-29 02:16:35 Re: [SQL] LIMIT 1 FOR UPDATE or FOR UPDATE LIMIT 1?
Previous Message One Way 2002-08-29 02:00:51 Re: Open 7.3 items