Re: HELP - Mailing list pgsql-bugs

From Tom Lane
Subject Re: HELP
Date
Msg-id 5164.1031836404@sss.pgh.pa.us
Whole thread Raw
In response to HELP  ("Brendon Matthews" <brendonm@bbtechltd.com>)
List pgsql-bugs
"Brendon Matthews" <brendonm@bbtechltd.com> writes:
> I have been using PostgreSQL 7.2.2 for a while now on one of our live
> machines, however all of a sudden with no warning, we are no longer able to
> run any UPDATE statements on one of our databases. SELECT and INSERT
> statements have no issues.
> The error we are getting is:
> "The backend has broken the connection. Possibly the action you have
> attempted has caused it to close."
> Immediately after this call the database system restarts itself.

Sounds like a backend crash.  What do you get in the postmaster log when
this happens?  If there's a core file, can you provide a gdb stack
trace?  (If there's not a core file, restarting the postmaster under
"ulimit -c unlimited" should allow one to be produced.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: Rod Taylor
Date:
Subject: Re: HELP
Next
From: Tom Lane
Date:
Subject: Re: _bt_check_unique checks every row in table when doing update??