pgsql: Silence compiler warning

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compiler warning
Date: 2017-01-01 12:25:23
Message-ID: E1cNfCV-0005Rt-CA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence compiler warning

Caused by the backpatch of f650882 past the point where interrupt
handling was changed.

Noted by Dean Rasheed

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f832a1e9e9a889c1c08a60db5520327bc0569fd6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-01-01 20:17:22 pgsql: Avoid assuming that instr_time == struct timeval in pgbench logg
Previous Message Magnus Hagander 2017-01-01 12:23:40 Re: pgsql: Fix base backup rate limiting in presence of slow i/o