| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | x <xbdelacour(at)yahoo(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: COPY failure |
| Date: | 2001-07-21 15:01:47 |
| Message-ID: | 9428.995727707@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
x <xbdelacour(at)yahoo(dot)com> writes:
> pqReadData() -- backend closed the channel unexpectedly.
That shouldn't happen :-(. Look for a core file in $PGDATA/base/yourdb/core
(if you don't find one, you probably need to restart the postmaster with
"ulimit -c unlimited" to allow core dumps). Then do
gdb /path/to/postgres/executable /path/to/corefile
gdb> bt
gdb> quit
and send us the results.
BTW, what Postgres version is this, and what are the declarations of the
tables being loaded?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-07-21 15:19:38 | Re: How Postgresql Compares For Query And Load Operations |
| Previous Message | Tom Lane | 2001-07-21 14:57:22 | Re: Performance impact of NULLs and variable length fields |