Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o
От | Magnus Hagander |
---|---|
Тема | Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o |
Дата | |
Msg-id | CABUevEwR6Yo5G5tMoiuNrWfjZhZGk4TXfduk+pKeZFOZbSbw_w@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o (Dean Rasheed <dean.a.rasheed@gmail.com>) |
Ответы |
Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o
|
Список | 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 по дате отправления: