Re: [HACKERS] CREATE SUBSCRIPTION uninterruptable

2017-02-17 Thread Thom Brown
On 17 February 2017 at 14:14, Peter Eisentraut wrote: > 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 >>

Re: [HACKERS] CREATE SUBSCRIPTION uninterruptable

2017-02-17 Thread Peter Eisentraut
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 thi

[HACKERS] CREATE SUBSCRIPTION uninterruptable

2017-02-16 Thread Thom Brown
Hi, 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? Thom -- Sent via pgsql-hackers mailing list (