pgsql: SQL functions returning pass-by-reference types were copying the

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: SQL functions returning pass-by-reference types were copying the
Дата
Msg-id 20050410180421.25B405356C@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
SQL functions returning pass-by-reference types were copying the results
into the wrong memory context, resulting in a query-lifespan memory leak.
Bug is new in 8.0, I believe.  Per report from Rae Stiening.

Modified Files:
--------------
    pgsql/src/backend/executor:
        functions.c (r1.96 -> r1.97)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/functions.c.diff?r1=1.96&r2=1.97)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: SQL functions returning pass-by-reference types were copying the
Следующее
От: kimhanse@pgfoundry.org (User Kimhanse)
Дата:
Сообщение: tablelog - tablelog: Bugfix: tupleDesc->natts is not lowered when a