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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy