Re: ERROR: MemoryContextAlloc: invalid request size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: MemoryContextAlloc: invalid request size
Дата
Msg-id 11203.1007552156@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: MemoryContextAlloc: invalid request size  ("Rich Ryan" <rich@usedcars.com>)
Список pgsql-general
"Rich Ryan" <rich@usedcars.com> writes:
> I'm getting errors like the following when I do queries/copies/dumps on
> certain tables.
> ERROR:  MemoryContextAlloc: invalid request size 4294967293

A first guess is corrupted data: the length word of some variable-length
field contains garbage.  You could probably track down the affected
row(s) by seeing how much you can retrieve without error.  See past
discussions of similar problems.

            regards, tom lane

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

Предыдущее
От: "Rich Ryan"
Дата:
Сообщение: ERROR: MemoryContextAlloc: invalid request size
Следующее
От: "Raymond O'Donnell"
Дата:
Сообщение: Re: Backends staying around