From: Peter Eisentraut Date: Tue, 21 Feb 2017 20:44:07 +0000 (-0500) Subject: Fix whitespace X-Git-Tag: REL_10_BETA1~852 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74321d87fb1a27746c9dd0853b2da3287a0940d9;p=thirdparty%2Fpostgresql.git Fix whitespace --- 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),