We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14ec7d commit 74321d8Copy full SHA for 74321d8
src/backend/commands/subscriptioncmds.c
@@ -548,7 +548,7 @@ DropSubscription(DropSubscriptionStmt *stmt)
548
if (!walrcv_command(wrconn, cmd.data, &err))
549
{
550
/* Close the connection in case of failure */
551
- walrcv_disconnect(wrconn);
+ walrcv_disconnect(wrconn);
552
ereport(ERROR,
553
(errmsg("could not drop the replication slot \"%s\" on publisher",
554
slotname),
0 commit comments