Re: AllocSetAlloc() error message

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: AllocSetAlloc() error message
Дата
Msg-id 23292.1044586850@sss.pgh.pa.us
обсуждение исходный текст
Ответ на AllocSetAlloc() error message  (Medi Montaseri <medi.montaseri@intransa.com>)
Список pgsql-general
Medi Montaseri <medi.montaseri@intransa.com> writes:
> Can someone shed some light on this error message for me (please).
> This is a 7.2.3 debug level 2 output, and my config is

> 2003-02-06 16:15:44 [645]    ERROR:  Memory exhausted in
> AllocSetAlloc(1073741820)

I think this is a corrupt-data problem: you've probably got a
variable-length datum whose length word is munged to look like a
ridicuously large value.  You should be scanning the table to see
where the bad data is.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Dealing with complex queries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How many joins is too many joins....