Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1657b37

Browse files
committed
Small debug message tweak
This makes the wording of the delete case match the update case.
1 parent 6c788d9 commit 1657b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/worker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ apply_handle_delete_internal(ResultRelInfo *relinfo, EState *estate,
15141514
{
15151515
/* The tuple to be deleted could not be found. */
15161516
elog(DEBUG1,
1517-
"logical replication could not find row for delete "
1517+
"logical replication did not find row for delete "
15181518
"in replication target relation \"%s\"",
15191519
RelationGetRelationName(localrel));
15201520
}

0 commit comments

Comments
 (0)