1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2024-08-29 14:33:18 +02:00
parent fdbf7e46a4
commit f2353dd717
23 changed files with 90 additions and 85 deletions

View File

@@ -1230,7 +1230,7 @@ AlterSubscription(ParseState *pstate, AlterSubscriptionStmt *stmt,
if (!sub->slotname)
ereport(ERROR,
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
errmsg("cannot set %s for a subscription that does not have a slot name",
errmsg("cannot set option \"%s\" for a subscription that does not have a slot name",
"failover")));
/*