Re: pgsql: Fix base backup rate limiting in presence of slow i/o

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix base backup rate limiting in presence of slow i/o
Date: 2016-12-21 17:55:47
Message-ID: CAEZATCV-1A6NMn1irX4J1xDCF9_RJHinDKHMvHKJL5UepkTDHA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 19 December 2016 at 09:17, Magnus Hagander <magnus(at)hagander(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-12-21 18:47:47 pgsql: For 8.0 servers, get last built-in oid from pg_database
Previous Message Dean Rasheed 2016-12-21 17:11:50 pgsql: Fix order of operations in CREATE OR REPLACE VIEW.