projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a1adb2
)
Message style fix
author
Peter Eisentraut
<peter_e@gmx.net>
Sun, 18 Feb 2018 22:16:11 +0000
(17:16 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sun, 18 Feb 2018 22:16:11 +0000
(17:16 -0500)
src/backend/commands/dbcommands.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/dbcommands.c
b/src/backend/commands/dbcommands.c
index d2020d07cf4c44406972173773dc46662e533008..d1718f04eeccf0717db18fcec1bcd5e272c457f8 100644
(file)
--- a/
src/backend/commands/dbcommands.c
+++ b/
src/backend/commands/dbcommands.c
@@
-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)));
}