Re: postgresql-9.0

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: postgresql-9.0
Дата
Msg-id CAOR=d=0Tbap8HSywUcew1tF8-Wnk0ntCuiLcHjj=ejb6q1O5XQ@mail.gmail.com
обсуждение исходный текст
Ответ на postgresql-9.0  (khizer <khizer@srishtisoft.com>)
Список pgsql-general
On Tue, Feb 14, 2012 at 11:29 PM, khizer <khizer@srishtisoft.com> wrote:
> Hi,
>       In postgresql 9.0.4  i connected to a database and trying to make
> queries but
>       i am facing memory issue, getting err as glibc detected   realloc
> invalid next size
>       so kindly requesting u to provide your valuable feed backs

The first thing to figure out is if this is a client or server side
issue.  It's not uncommon to see folks do something like:

psql mybigdb
select * from somebigtable;

and run out of memory on the client.

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Table growing faster than autovacuum can vacuum
Следующее
От: "David Johnston"
Дата:
Сообщение: Re: query problems