Silence compiler warning about pointer type mismatch on some platforms.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 4e6a910069d6c6f31e72c0891ee8495df61759bb
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2012-10-02T14:46:53Z
Releases: 9.2.2
Silence compiler warning about pointer type mismatch on some platforms.

timeval.t_sec is of type time_t, which is not always compatible with long.
I'm not sure if this was just harmless warning or a real bug, but this
fixes it, anyway.

Files

PathChange+/−
src/bin/pg_basebackup/receivelog.c modified +8 −3