Re: ERROR: invalid memory alloc request size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: invalid memory alloc request size
Дата
Msg-id 5221.1179337804@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ERROR: invalid memory alloc request size  (Johann Spies <jspies@sun.ac.za>)
Ответы Re: ERROR: invalid memory alloc request size  (Johann Spies <jspies@sun.ac.za>)
Список pgsql-admin
Johann Spies <jspies@sun.ac.za> writes:
> * Tom Lane <tgl@sss.pgh.pa.us> [070514 16:36]:
>> $ gdb /path/to/postgres PID-of-backend

> Which pg-process?  The Postmaster or psql?  I have done this for the
> Postmaster now but
>> gdb> b errfinish
>> gdb> cont
>> ... wait for breakpoint to be hit ...
> This did not happen although the error occurred (after a few hours).

You got the wrong process then --- maybe the postmaster itself rather
than the backend assigned to your psql session?  You can identify the
backend PID via pg_backend_pid() within the psql session of interest,
or look in pg_stat_activity.

            regards, tom lane

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

Предыдущее
От: Keaton Adams
Дата:
Сообщение: Re: WAL file utilization question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: query becomes much slower after Postgres 8.2.4 and Postgis 1.2.1 upgrade