Re: iinvalid string enlargement PG 7.4.5

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: iinvalid string enlargement PG 7.4.5
Дата
Msg-id 11368.1094080995@sss.pgh.pa.us
обсуждение исходный текст
Ответ на iinvalid string enlargement PG 7.4.5  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: iinvalid string enlargement PG 7.4.5  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-hackers
Gaetano Mendola <mendola@bigfoot.com> writes:
> ERROR:  invalid string enlargement request size 1476395004
> DEBUG:  AbortCurrentTransaction
> WARNING:  AbortTransaction and not in in-progress state
> ERROR:  could not send data to client: Broken pipe
> PANIC:  error during error recovery, giving up

> do you have any idea on what could be the reason ?

I'm betting on a communications failure.  What I see there is a few
bytes of corrupted data received from the client (ie, a ridiculous
message-length word) followed by abrupt disconnect *by the client*.

You have any logs indicating what might have happened at the client
end?
        regards, tom lane


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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: iinvalid string enlargement PG 7.4.5
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: plperl regression tests