Re: pqReadData() - Mailing list pgsql-sql

From Tom Lane
Subject Re: pqReadData()
Date
Msg-id 10665.978721351@sss.pgh.pa.us
Whole thread Raw
In response to pqReadData()  (Najm Hashmi <najm@mondo-live.com>)
List pgsql-sql
Najm Hashmi <najm@mondo-live.com> writes:
> fliprdb=#  update artist set extrinfo='independent' where artist_id=6;
> pqReadData() -- backend closed the channel unexpectedly.

Hmm.  Looks like you hit a backend crash :-(.  Hard to say more with
only this amount of info.  What PG version are you using?  What is
the table's declaration?  There should be a core file from the backend
crash, in $PGDATA/base/fliprdb/core --- can you get a backtrace from
it with gdb?
        regards, tom lane


pgsql-sql by date:

Previous
From: "Richard Huxton"
Date:
Subject: Re: Non-procedural field merging?
Next
From: "Marcos Aurélio S. da Silva"
Date:
Subject: Postgresql database access