Fix compiler warning.

This commit is contained in:
Robert Haas 2011-04-01 10:35:52 -04:00
parent 9d56886112
commit 7fcc75dd26
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ WalSndLoop(void)
!got_SIGHUP &&
!walsender_shutdown_requested)
{
TimestampTz finish_time;
TimestampTz finish_time = 0;
long sleeptime;
/* Reschedule replication timeout */