[COMMITTERS] pgsql: Fix ancient connection leak in dblink

Поиск
Список
Период
Сортировка
От Joe Conway
Тема [COMMITTERS] pgsql: Fix ancient connection leak in dblink
Дата
Msg-id E1cmofS-00079C-AM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix ancient connection leak in dblink

When using unnamed connections with dblink, every time a new
connection is made, the old one is leaked. Fix that.

This has been an issue probably since dblink was first committed.
Someone complained almost ten years ago, but apparently I decided
not to pursue it at the time, and neither did anyone else, so it
slipped between the cracks. Now that someone else has complained,
fix in all supported branches.

Discussion: (orig)
https://postgr.es/m/flat/F680AB59-6D6F-4026-9599-1BE28880273D%40decibel.org#F680AB59-6D6F-4026-9599-1BE28880273D@decibel.org
Discussion: (new) https://postgr.es/m/flat/0A3221C70F24FB45833433255569204D1F6ADF8C@G01JPEXMBYT05
Reported by: Jim Nasby and Takayuki Tsunakawa

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd1e23e93bc12b7d084dc2acf9f80e9ea1f1e6de

Modified Files
--------------
contrib/dblink/dblink.c | 4 ++++
1 file changed, 4 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Add a "subtransaction" command to PL/Tcl.
Следующее
От: Joe Conway
Дата:
Сообщение: [COMMITTERS] pgsql: Fix ancient connection leak in dblink