]> granicus.if.org Git - postgresql/commitdiff
Message style fix
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Feb 2018 22:16:11 +0000 (17:16 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Feb 2018 22:16:11 +0000 (17:16 -0500)
src/backend/commands/dbcommands.c

index d2020d07cf4c44406972173773dc46662e533008..d1718f04eeccf0717db18fcec1bcd5e272c457f8 100644 (file)
@@ -857,8 +857,8 @@ dropdb(const char *dbname, bool missing_ok)
                                (errcode(ERRCODE_OBJECT_IN_USE),
                                 errmsg("database \"%s\" is used by an active logical replication slot",
                                                dbname),
-                                errdetail_plural("There is %d active slot",
-                                                                 "There are %d active slots",
+                                errdetail_plural("There is %d active slot.",
+                                                                 "There are %d active slots.",
                                                                  nslots_active, nslots_active)));
        }