Re: DROP SUBSCRIPTION hangs if sub is disabled in the same transaction

From: Arseny Sher <a(dot)sher(at)postgrespro(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: DROP SUBSCRIPTION hangs if sub is disabled in the same transaction
Date: 2017-09-04 14:43:09
Message-ID: 87ingyv81u.fsf@ars-thinkpad
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Arseny Sher <a(dot)sher(at)postgrespro(dot)ru> writes:

> Attached patch fixes this by stopping workers before RO drop, as
> already done in case when we drop replication slot.

Sorry, here is the patch.

Attachment Content-Type Size
0001-Stop-LR-workers-before-dropping-replication-origin.patch text/x-diff 2.6 KB
unknown_filename text/plain 92 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bossart, Nathan 2017-09-04 14:47:09 Re: [Proposal] Allow users to specify multiple tables in VACUUM commands
Previous Message Arseny Sher 2017-09-04 14:41:19 DROP SUBSCRIPTION hangs if sub is disabled in the same transaction