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

Commit1b098da

Browse files
committed
Fix thinko in bbsink_throttle_manifest_contents.
Report and diagnosis by Dmitry Dolgov.Discussion:http://postgr.es/m/20211115162641.dmo6l32fklh64gnw@localhost
1 parentb0f7425 commit1b098da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/replication/basebackup_throttle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ bbsink_throttle_manifest_contents(bbsink *sink, size_t len)
122122
{
123123
throttle((bbsink_throttle*)sink,len);
124124

125-
bbsink_forward_manifest_contents(sink->bbs_next,len);
125+
bbsink_forward_manifest_contents(sink,len);
126126
}
127127

128128
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp