[HACKERS] CREATE SUBSCRIPTION uninterruptable - Mailing list pgsql-hackers

From Thom Brown
Subject [HACKERS] CREATE SUBSCRIPTION uninterruptable
Date
Msg-id CAA-aLv6xLxDWeq4AcgkA7i_LM8F5YrFpkipCeEARaxevRjdQFQ@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] CREATE SUBSCRIPTION uninterruptable  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Partitioned tables and relfilenode
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Parallel Append implementation