| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Najm Hashmi <najm(at)mondo-live(dot)com> |
| Cc: | "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org> |
| Subject: | Re: pqReadData() |
| Date: | 2001-01-05 19:02:31 |
| Message-ID: | 10665.978721351@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Najm Hashmi <najm(at)mondo-live(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oliver Elphick | 2001-01-05 20:40:49 | Re: Postgresql database access |
| Previous Message | Peter Eisentraut | 2001-01-05 18:42:38 | Re: [SQL] Casting |