Fix thinko in bbsink_throttle_manifest_contents.

Report and diagnosis by Dmitry Dolgov.

Discussion: http://postgr.es/m/20211115162641.dmo6l32fklh64gnw@localhost
This commit is contained in:
Robert Haas 2021-11-15 14:22:13 -05:00
parent b0f7425ec2
commit 1b098da200

View File

@ -122,7 +122,7 @@ bbsink_throttle_manifest_contents(bbsink *sink, size_t len)
{
throttle((bbsink_throttle *) sink, len);
bbsink_forward_manifest_contents(sink->bbs_next, len);
bbsink_forward_manifest_contents(sink, len);
}
/*