mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Message style improvements
This commit is contained in:
@ -516,9 +516,8 @@ ReadReplicationSlot(ReadReplicationSlotCmd *cmd)
|
||||
if (OidIsValid(slot_contents.data.database))
|
||||
ereport(ERROR,
|
||||
errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("cannot use \"%s\" with logical replication slot \"%s\"",
|
||||
"READ_REPLICATION_SLOT",
|
||||
NameStr(slot_contents.data.name)));
|
||||
errmsg("cannot use %s with a logical replication slot",
|
||||
"READ_REPLICATION_SLOT"));
|
||||
|
||||
/* slot type */
|
||||
values[i] = CStringGetTextDatum("physical");
|
||||
|
Reference in New Issue
Block a user