Re: Strange \copy failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strange \copy failure
Дата
Msg-id 12982.993132132@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Strange \copy failure  (Steve Woodcock <swoodcock@scholastic.co.uk>)
Список pgsql-bugs
Steve Woodcock <swoodcock@scholastic.co.uk> writes:
> (gdb) bt
> #0  0x4025fc62 in __libc_send () from /lib/libc.so.6
> #1  0x80c7ea2 in pq_flush ()
> #2  0x8139092 in elog ()
> #3  0x80a849c in DoCopy ()
> #4  0x80a7fba in DoCopy ()
> #5  0x80a751f in DoCopy ()
> #6  0x80fe500 in ProcessUtility ()

Hmm, it would seem the backend is trying to send an elog message to
psql, and psql isn't taking it.  I bet all those "line too long"
messages caught up with you.  I'm not sure that libpq is designed
to absorb NOTICE messages that come in during a COPY operation;
probably, if you get so many as to fill the kernel-level buffers for
the socket, you have a problem.

Anyone want to try to fix that?

            regards, tom lane

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

Предыдущее
От: Steve Woodcock
Дата:
Сообщение: Re: Strange \copy failure
Следующее
От: "楊 慧泉"
Дата:
Сообщение: about createdb err