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:
@@ -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")));
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user