mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
Message style fix
This commit is contained in:
parent
1a1adb215c
commit
97a804cb2b
@ -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)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user