[COMMITTERS] pgsql: Fix connection leak in DROP SUBSCRIPTION command. - Mailing list pgsql-committers

From Fujii Masao
Subject [COMMITTERS] pgsql: Fix connection leak in DROP SUBSCRIPTION command.
Date
Msg-id E1cgFIh-0007XH-Js@gemulon.postgresql.org
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Fix connection leak in DROP SUBSCRIPTION command.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: [COMMITTERS] pgsql: Make walsender always initialize the buffers.
Next
From: Fujii Masao
Date:
Subject: [COMMITTERS] pgsql: Fix typo in comment.