Commit 74321d87 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent e14ec7d3
...@@ -548,7 +548,7 @@ DropSubscription(DropSubscriptionStmt *stmt) ...@@ -548,7 +548,7 @@ DropSubscription(DropSubscriptionStmt *stmt)
if (!walrcv_command(wrconn, cmd.data, &err)) if (!walrcv_command(wrconn, cmd.data, &err))
{ {
/* Close the connection in case of failure */ /* Close the connection in case of failure */
walrcv_disconnect(wrconn); walrcv_disconnect(wrconn);
ereport(ERROR, ereport(ERROR,
(errmsg("could not drop the replication slot \"%s\" on publisher", (errmsg("could not drop the replication slot \"%s\" on publisher",
slotname), slotname),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment