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

From Dean Rasheed
Subject Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o
Date
Msg-id CAEZATCV-1A6NMn1irX4J1xDCF9_RJHinDKHMvHKJL5UepkTDHA@mail.gmail.com
Whole thread Raw
In response to [COMMITTERS] pgsql: Fix base backup rate limiting in presence of slow i/o  (Magnus Hagander <magnus@hagander.net>)
Responses Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o  (Magnus Hagander <magnus@hagander.net>)
List pgsql-committers
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;

Regards,
Dean


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: [COMMITTERS] pgsql: Fix order of operations in CREATE OR REPLACE VIEW.
Next
From: Stephen Frost
Date:
Subject: [COMMITTERS] pgsql: For 8.0 servers, get last built-in oid from pg_database