[COMMITTERS] pgsql: Fix base backup rate limiting in presence of slow i/o - Mailing list pgsql-committers

From Magnus Hagander
Subject [COMMITTERS] pgsql: Fix base backup rate limiting in presence of slow i/o
Date
Msg-id E1cIu4d-0008UK-5G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix base backup rate limiting in presence of slow i/o

When source i/o on disk was too slow compared to the rate limiting
specified, the system could end up with a negative value for sleep that
it never got out of, which caused rate limiting to effectively be
turned off.

Discussion: https://postgr.es/m/CABUevEy_-e0YvL4ayoX8bH_Ja9w%2BBHoP6jUgdxZuG2nEj3uAfQ%40mail.gmail.com

Analysis by me, patch by Antonin Houska

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1c8ad594e5cb46952bd70f8a0f2f8681912dc223

Modified Files
--------------
src/backend/replication/basebackup.c | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: [COMMITTERS] pgsql: MSVC: Position MSBFLAGS after flags it might override.
Next
From: Fujii Masao
Date:
Subject: [COMMITTERS] pgsql: Support quorum-based synchronous replication.