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

From Magnus Hagander
Subject Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o
Date
Msg-id CABUevEwR6Yo5G5tMoiuNrWfjZhZGk4TXfduk+pKeZFOZbSbw_w@mail.gmail.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Responses Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o  (Dean Rasheed <dean.a.rasheed@gmail.com>)
List pgsql-committers
On Wed, Dec 21, 2016 at 6:55 PM, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
On 19 December 2016 at 09:17, Magnus Hagander <magnus@hagander.net> wrote:
> Fix base backup rate limiting in presence of slow i/o
>
> Branch
> ------
> REL9_4_STABLE

I'm seeing a warning on the 9.4 branch that looks to have been caused
by this commit:

basebackup.c: In function ‘throttle’:
basebackup.c:1284:8: warning: variable ‘wait_result’ set but not used
[-Wunused-but-set-variable]
  int   wait_result;

Interesting.

ff44fba4 replaced the latch in walsender, which was not backported (of course).

But it also added a CHECK_FOR_INTERRUPTS there.

9.4 does not have a CHECK_FOR_INTERRUPTS anywhere near there. Perhaps what's really needed is to put one of those in regardless? 


--

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix strange behavior (and possible crashes) in full textphrase
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix detection of unfinished Unicode surrogate pair at end ofstr