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

Commit550e9c2

Browse files
committed
Fix copy-and-paste error in logical decoding callback.
This could result in the error context misidentifying where the erroractually occurred.Craig Ringer
1 parent30020c3 commit550e9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ filter_by_origin_cb_wrapper(LogicalDecodingContext *ctx, RepOriginId origin_id)
728728

729729
/* Push callback + info on the error context stack */
730730
state.ctx=ctx;
731-
state.callback_name="shutdown";
731+
state.callback_name="filter_by_origin";
732732
state.report_location=InvalidXLogRecPtr;
733733
errcallback.callback=output_plugin_error_callback;
734734
errcallback.arg= (void*)&state;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp