[COMMITTERS] pgsql: Fix connection leak in DROP SUBSCRIPTION command.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема [COMMITTERS] pgsql: Fix connection leak in DROP SUBSCRIPTION command.
Дата
Msg-id E1cgFIh-0007XH-Js@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Fix connection leak in DROP SUBSCRIPTION command.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Fix connection leak in DROP SUBSCRIPTION command.

Previously the command forgot to close the connection to the publisher
when it failed to drop the replication slot.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/898a792eb8283e31efc0b6fcbc03bbcd5f7df667

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 4 ++++
1 file changed, 4 insertions(+)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Make walsender always initialize the buffers.
Следующее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Fix typo in comment.