pqReadData() -- backend closed the channel unexpectedly

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: pqReadData() -- backend closed the channel unexpectedly
Date: 2000-12-12 21:00:40
Message-ID: 200012122100.eBCL0e162584@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Christian HUGUES (chugues(at)malarde(dot)pf) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
pqReadData() -- backend closed the channel unexpectedly

Long Description
I've installed the PostgreSQL 7.0.3 on a RedHat 6.1, everything was well during installation. When I want to create a temporary table (with the any user account), I've got an error on the backend.

"pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormallu before or while processing the request."

I've tried with the Postgres 6.5.3 and everything is good !!! I don't have this error.
Why this error on the Postgres 7.0.3 ?

Sample Code
create temporary table test () inherits (test);

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2000-12-12 21:06:04 Re: constrains of array
Previous Message Tom Lane 2000-12-12 20:44:09 Re: constrains of array