pgsql: PL/pgSQL RETURN NEXT was leaking converted tuples, causing

Поиск
Список
Период
Сортировка
От Joe Conway
Тема pgsql: PL/pgSQL RETURN NEXT was leaking converted tuples, causing
Дата
Msg-id E1SSMTJ-0002Wc-F2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
PL/pgSQL RETURN NEXT was leaking converted tuples, causing
out of memory when looping through large numbers of rows.
Flag the converted tuples to be freed. Complaint and patch
by Joe.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/05a86891232e1bd5e43d559f30bec2fc00131f37

Modified Files
--------------
src/pl/plpgsql/src/pl_exec.c |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: pgsql: PL/pgSQL RETURN NEXT was leaking converted tuples, causing
Следующее
От: Joe Conway
Дата:
Сообщение: pgsql: PL/pgSQL RETURN NEXT was leaking converted tuples, causing