Re: CREATE SUBSCRIPTION uninterruptable

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Thom Brown <thom(at)linux(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE SUBSCRIPTION uninterruptable
Date: 2017-02-17 14:14:50
Message-ID: cf97c4e4-d831-340a-df75-cb98ae334313@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/16/17 09:44, Thom Brown wrote:
> I've noticed that when creating a subscription, it can't be
> interrupted. One must wait until it times out, which takes just over
> 2 minutes. I'm guessing ALTER SUBSCRIPTION would have the same
> problem.
>
> Shouldn't we have an interrupt for this?

I think this is addressed by these patches:
https://commitfest.postgresql.org/13/991/

Please give them a try.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-02-17 14:17:30 Re: Provide list of subscriptions and publications in psql's completion
Previous Message Peter Eisentraut 2017-02-17 14:13:33 Re: SUBSCRIPTIONS and pg_upgrade