pgsql: Fix thinko in bbsink_throttle_manifest_contents.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix thinko in bbsink_throttle_manifest_contents.
Date: 2021-11-15 19:26:45
Message-ID: E1mmhcr-0000HP-EY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in bbsink_throttle_manifest_contents.

Report and diagnosis by Dmitry Dolgov.

Discussion: http://postgr.es/m/20211115162641.dmo6l32fklh64gnw@localhost

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1b098da2009362e0e8d9a1d0a6aac2f2bd3e2f0b

Modified Files
--------------
src/backend/replication/basebackup_throttle.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-11-16 04:28:50 pgsql: Invalidate relcache when changing REPLICA IDENTITY index.
Previous Message Peter Geoghegan 2021-11-13 03:47:47 pgsql: Explain pruning pgstats accounting subtleties.