aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-10-12 01:02:56 -0400
committerPeter Eisentraut <peter_e@gmx.net>2014-10-12 01:06:35 -0400
commitb7a08c80283c8d564933381b24c1993d49926e15 (patch)
tree8dfd07363f76fbc11cc4d374b3b1c87efd89071f /src/backend/commands/dbcommands.c
parentdc9c612767f20f28f35f06d709d59ed8477bfe32 (diff)
downloadpostgresql-b7a08c80283c8d564933381b24c1993d49926e15.tar.gz
postgresql-b7a08c80283c8d564933381b24c1993d49926e15.zip
Message improvements
Diffstat (limited to 'src/backend/commands/dbcommands.c')
-rw-r--r--src/backend/commands/dbcommands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c
index 7831e900ba7..b52e6b9bc07 100644
--- a/src/backend/commands/dbcommands.c
+++ b/src/backend/commands/dbcommands.c
@@ -839,7 +839,7 @@ dropdb(const char *dbname, bool missing_ok)
if (ReplicationSlotsCountDBSlots(db_id, &nslots, &nslots_active))
ereport(ERROR,
(errcode(ERRCODE_OBJECT_IN_USE),
- errmsg("database \"%s\" is used by a logical decoding slot",
+ errmsg("database \"%s\" is used by a logical replication slot",
dbname),
errdetail_plural("There is %d slot, %d of them active.",
"There are %d slots, %d of them active.",