From b7a08c80283c8d564933381b24c1993d49926e15 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 12 Oct 2014 01:02:56 -0400 Subject: Message improvements --- src/backend/commands/dbcommands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/commands/dbcommands.c') 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.", -- cgit v1.2.3