pgsql: Fix ancient memory leak in PQprintTuples(); our code no longer

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix ancient memory leak in PQprintTuples(); our code no longer
Дата
Msg-id 20060419161534.A34F311F6797@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix ancient memory leak in PQprintTuples(); our code no longer uses this
routine, but perhaps some applications do.  Found by Martijn van Oosterhout
using Coverity.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-print.c (r1.64.2.2 -> r1.64.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-print.c.diff?r1=1.64.2.2&r2=1.64.2.3)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix ancient memory leak in PQprintTuples(); our code no longer
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix ancient memory leak in PQprintTuples(); our code no longer