mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Small debug message tweak
This makes the wording of the delete case match the update case.
This commit is contained in:
@ -1514,7 +1514,7 @@ apply_handle_delete_internal(ResultRelInfo *relinfo, EState *estate,
|
|||||||
{
|
{
|
||||||
/* The tuple to be deleted could not be found. */
|
/* The tuple to be deleted could not be found. */
|
||||||
elog(DEBUG1,
|
elog(DEBUG1,
|
||||||
"logical replication could not find row for delete "
|
"logical replication did not find row for delete "
|
||||||
"in replication target relation \"%s\"",
|
"in replication target relation \"%s\"",
|
||||||
RelationGetRelationName(localrel));
|
RelationGetRelationName(localrel));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user