From 5761b79c6ebc4f6dfaf4d2489e9bff47b9e0c3ad Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 29 Aug 2017 12:08:47 +0200 Subject: [PATCH] Document that DROP_REPLICATION_SLOT now waits --- doc/src/sgml/protocol.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 7c012f59a3..e61d57a234 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2179,7 +2179,8 @@ The commands accepted in walsender mode are: Drops a replication slot, freeing any reserved server-side resources. If - the slot is currently in use by an active connection, this command fails. + the slot is currently in use by an active connection, this command waits + until the slot becomes free. If the slot is a logical slot that was created in a database other than the database the walsender is connected to, this command fails. -- 2.11.0