DELETE statement KILL backend

From: Sferacarta Software <sferac(at)bo(dot)nettuno(dot)it>
To: pgsql-hackers(at)PostgreSQL(dot)org
Cc: pgsql-general(at)PostgresSQL(dot)org
Subject: DELETE statement KILL backend
Date: 1998-08-20 11:08:34
Message-ID: 19547.980820@bo.nettuno.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hello all,

I have a strange problem that I can't understand.
I have been my PostgreSQL-6.3.2 on Linux-ELF-2.0.34 working without any problem for many
months. This morning I can't DELETE anymore.
If I try to delete a row from any table I have this message:

PGexec() -- Request has sent to backend, but backend closed the
channel before responding.
This probably means the backend terminated abnormally before or while
processing the request.

and then the backend dies.

I tried every statement as:
INSERT
UPDATE
SELECT
DROP TABLE
and all of them works but DELETE,

I tried also VACUUM without success.

PLEASE help me !!

Best regards,
Jose' mailto:sferac(at)bo(dot)nettuno(dot)it

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sferacarta Software 1998-08-20 12:26:24 Re: [GENERAL] simple auto increment question.
Previous Message Javier Polo 1998-08-20 05:13:42 Export DB

Browse pgsql-hackers by date

  From Date Subject
Next Message Keith Parks 1998-08-20 11:09:49 Broken PostgreSQL (latest CVS)
Previous Message Jan Wieck 1998-08-20 08:55:26 Re: [HACKERS] weird problem with latest cvs