Skip to content

Commit 97a804c

Browse files
committed
Message style fix
1 parent 1a1adb2 commit 97a804c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/dbcommands.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,8 @@ dropdb(const char *dbname, bool missing_ok)
857857
(errcode(ERRCODE_OBJECT_IN_USE),
858858
errmsg("database \"%s\" is used by an active logical replication slot",
859859
dbname),
860-
errdetail_plural("There is %d active slot",
861-
"There are %d active slots",
860+
errdetail_plural("There is %d active slot.",
861+
"There are %d active slots.",
862862
nslots_active, nslots_active)));
863863
}
864864

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy