Message style fix

This commit is contained in:
Peter Eisentraut 2018-02-18 17:16:11 -05:00
parent 1a1adb215c
commit 97a804cb2b
1 changed files with 2 additions and 2 deletions

View 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)));
}