pgsql: plug dblink resource leak dblink generates orphaned connections

Поиск
Список
Период
Сортировка
От joe@postgresql.org (Joe Conway)
Тема pgsql: plug dblink resource leak dblink generates orphaned connections
Дата
Msg-id 20090912232113.4153F753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
plug dblink resource leak

dblink generates orphaned connections when called with a connection string,
fail_on_error = true, and an ERROR occurs. Discovery and patch by
Tatsuhito Kasahara. Introduced in 8.4.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.82 -> r1.82.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.82&r2=1.82.2.1)

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

Предыдущее
От: joe@postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql: plug dblink resource leak dblink generates orphaned connections
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add Unicode support in PL/Python PL/Python now accepts Unicode