mirror of
https://github.com/postgres/postgres.git
synced 2025-12-15 02:22:24 +03:00
Message style fixes
This commit is contained in:
@@ -629,7 +629,7 @@ check_relation_updatable(LogicalRepRelMapEntry *rel)
|
||||
{
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
|
||||
errmsg("publisher does not send replica identity column "
|
||||
errmsg("publisher did not send replica identity column "
|
||||
"expected by the logical replication target relation \"%s.%s\"",
|
||||
rel->remoterel.nspname, rel->remoterel.relname)));
|
||||
}
|
||||
@@ -844,7 +844,7 @@ apply_handle_delete(StringInfo s)
|
||||
/* The tuple to be deleted could not be found. */
|
||||
ereport(DEBUG1,
|
||||
(errmsg("logical replication could not find row for delete "
|
||||
"in replication target %s",
|
||||
"in replication target relation \"%s\"",
|
||||
RelationGetRelationName(rel->localrel))));
|
||||
}
|
||||
|
||||
@@ -910,7 +910,7 @@ apply_dispatch(StringInfo s)
|
||||
default:
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_PROTOCOL_VIOLATION),
|
||||
errmsg("invalid logical replication message type %c", action)));
|
||||
errmsg("invalid logical replication message type \"%c\"", action)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user