Skip to content

Commit 1b098da

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 parent b0f7425 commit 1b098da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/basebackup_throttle.c

+1-1
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)