pgsql: Fix a memory leak in tuplestore_end().

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Fix a memory leak in tuplestore_end().
Дата
Msg-id 20070802174901.BDE129FB6B8@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix a memory leak in tuplestore_end(). Unlikely to be significant during
normal operation, but tuplestore_end() ought to do what it claims to do.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/sort:
        tuplestore.c (r1.16 -> r1.16.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/sort/tuplestore.c.diff?r1=1.16&r2=1.16.4.1)

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

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Fix a memory leak in tuplestore_end().
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Make sure syslogPipe runs in binary mode on Windows to avoid