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

Commit8a07ebb

Browse files
committed
Convert debug message from ereport to elog
1 parentb5d099f commit8a07ebb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/replication/logical/worker.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -869,10 +869,10 @@ apply_handle_delete(StringInfo s)
869869
else
870870
{
871871
/* The tuple to be deleted could not be found. */
872-
ereport(DEBUG1,
873-
(errmsg("logical replication could not find row for delete "
874-
"in replication target relation \"%s\"",
875-
RelationGetRelationName(rel->localrel))));
872+
elog(DEBUG1,
873+
"logical replication could not find row for delete "
874+
"in replication target relation \"%s\"",
875+
RelationGetRelationName(rel->localrel));
876876
}
877877

878878
/* Cleanup. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp