Re: COPY failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: COPY failure
Дата
Msg-id 9428.995727707@sss.pgh.pa.us
обсуждение исходный текст
Ответ на COPY failure  (x <xbdelacour@yahoo.com>)
Список pgsql-general
x <xbdelacour@yahoo.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Performance impact of NULLs and variable length fields
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How Postgresql Compares For Query And Load Operations