Re: Memory Errors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Memory Errors
Дата
Msg-id 8475.1283974215@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Memory Errors  (Sam Nelson <samn@consistentstate.com>)
Ответы Re: Memory Errors  (Sam Nelson <samn@consistentstate.com>)
Список pgsql-general
Sam Nelson <samn@consistentstate.com> writes:
> pg_dump: Error message from server: ERROR:  invalid memory alloc request
> size 18446744073709551613
> pg_dump: The command was: COPY public.foo (<columns>) TO stdout;

> That seems like an incredibly large memory allocation request - it shouldn't
> be possible for the table to really be that large, should it?  Any idea what
> may be wrong if it's actually trying to allocate that much memory for a copy
> command?

What that looks like is data corruption; specifically, a bogus length
word for a variable-length field.

            regards, tom lane

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

Предыдущее
От: Darren Duncan
Дата:
Сообщение: Re: how do i count() similar items
Следующее
От: "Joshua J. Kugler"
Дата:
Сообщение: Re: "private" installation of postgres