Re: AllocSetAlloc()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: AllocSetAlloc()
Дата
Msg-id 10840.982778029@sss.pgh.pa.us
обсуждение исходный текст
Ответ на AllocSetAlloc()  (Antonis Antoniou <a.antoniou@albourne.com>)
Ответы Re: AllocSetAlloc()  (Karel Zak <zakkr@zf.jcu.cz>)
Список pgsql-general
Antonis Antoniou <a.antoniou@albourne.com> writes:
> I would like  to know what is causing this error. The machine has 1GB of
> memory and I use  PostgreSQL 7.1beta4.
> The same function on  PostgreSQL 7.0.2  works ok.  Could someone explain
> me  what this error means and where to look in order to solve it?
> select  function_name;
> ERROR:  Memory exhausted in AllocSetAlloc()

If it worked in 7.0 and fails now, then that probably means we have a
bug to fix.  May we see a complete, reproducible example?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: Deferred NOT NULL?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: How to release SET() in PgSQL?