We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1adb2 commit 97a804cCopy full SHA for 97a804c
src/backend/commands/dbcommands.c
@@ -857,8 +857,8 @@ dropdb(const char *dbname, bool missing_ok)
857
(errcode(ERRCODE_OBJECT_IN_USE),
858
errmsg("database \"%s\" is used by an active logical replication slot",
859
dbname),
860
- errdetail_plural("There is %d active slot",
861
- "There are %d active slots",
+ errdetail_plural("There is %d active slot.",
+ "There are %d active slots.",
862
nslots_active, nslots_active)));
863
}
864
0 commit comments