From: | Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: IF [NOT] EXISTS for replication slots |
Date: | 2017-02-06 17:07:40 |
Message-ID: | 65f2f415-54b1-3e9d-1eea-ccbc693c9766@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 06/02/17 05:15, Michael Paquier wrote:
> Hi all,
>
> Lately I have bumped into a case where it would have been useful to
> make the difference between a failure because of a slot already
> dropped and an internal failure of Postgres. Is there any interest for
> support of IE and INE for CREATE and DROP_REPLICATION_SLOT?
> My use case involved only the SQL-callable interface, but I would
> think that it is useful to make this difference as well with the
> replication protocol. For the function we could just add a boolean
> argument to control the switch, and for the replication commands a
> dedicated keyword.
>
> Any thoughts?
>
My thought is, how would this handle the snapshot creation that logical
slot does when it's created?
--
Petr Jelinek http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Petr Jelinek | 2017-02-06 17:13:12 | Re: Cannot shutdown subscriber after DROP SUBSCRIPTION |
Previous Message | Tom Lane | 2017-02-06 16:58:55 | Re: Index corruption with CREATE INDEX CONCURRENTLY |