Re: memory leak while using cursors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: memory leak while using cursors
Дата
Msg-id 6256.981914356@sss.pgh.pa.us
обсуждение исходный текст
Ответ на memory leak while using cursors  (pgsql-bugs@postgresql.org)
Ответы Re: memory leak while using cursors  (Craig Schlenter <craig@webtelecoms.co.za>)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> memory leak while using cursors

> DECLARE BOB CURSOR FOR select date_part('epoch', call_time), date_part('hour', call_time), date_part('minute',
call_time),date_part('dow', call_time), * from call_jan where call_time >= '2000/12/16 00:00:00.000' and call_time <
'2001/01/2100:00:00.000'  FOR READ ONLY; 

The date_part function calls will each leak a few bytes of memory that
doesn't get reclaimed till end of query (= cursor close, in this case).
This is fixed for 7.1 but there's no fix for older versions.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: memory leak while using cursors
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: PostgrSQL 70 under NT4.0 start postmaster -i & failes