Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1657b37

Browse files
committed
Small debug message tweak
This makes the wording of the delete case match the update case.
1 parent6c788d9 commit1657b37

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 replicationcould not find row for delete "
1517+
"logical replicationdid not find row for delete "
15181518
"in replication target relation \"%s\"",
15191519
RelationGetRelationName(localrel));
15201520
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp