aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-02-21 15:44:07 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-02-21 15:44:07 -0500
commit74321d87fb1a27746c9dd0853b2da3287a0940d9 (patch)
tree96d2ced9f71b07d16cd0afb9b307f373d3efe34d
parente14ec7d346f8686c9471c16a01579d6b1c3b4975 (diff)
downloadpostgresql-74321d87fb1a27746c9dd0853b2da3287a0940d9.tar.gz
postgresql-74321d87fb1a27746c9dd0853b2da3287a0940d9.zip
Fix whitespace
-rw-r--r--src/backend/commands/subscriptioncmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/subscriptioncmds.c b/src/backend/commands/subscriptioncmds.c
index c9e7c08c8c1..0e081388c47 100644
--- a/src/backend/commands/subscriptioncmds.c
+++ b/src/backend/commands/subscriptioncmds.c
@@ -548,7 +548,7 @@ DropSubscription(DropSubscriptionStmt *stmt)
if (!walrcv_command(wrconn, cmd.data, &err))
{
/* Close the connection in case of failure */
- walrcv_disconnect(wrconn);
+ walrcv_disconnect(wrconn);
ereport(ERROR,
(errmsg("could not drop the replication slot \"%s\" on publisher",
slotname),