Commit 97a804cb authored by Peter Eisentraut's avatar Peter Eisentraut

Message style fix

parent 1a1adb21
...@@ -857,8 +857,8 @@ dropdb(const char *dbname, bool missing_ok) ...@@ -857,8 +857,8 @@ dropdb(const char *dbname, bool missing_ok)
(errcode(ERRCODE_OBJECT_IN_USE), (errcode(ERRCODE_OBJECT_IN_USE),
errmsg("database \"%s\" is used by an active logical replication slot", errmsg("database \"%s\" is used by an active logical replication slot",
dbname), dbname),
errdetail_plural("There is %d active slot", errdetail_plural("There is %d active slot.",
"There are %d active slots", "There are %d active slots.",
nslots_active, nslots_active))); nslots_active, nslots_active)));
} }
......
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