1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix compiler warning.

This commit is contained in:
Robert Haas
2011-04-01 10:35:52 -04:00
parent 9d56886112
commit 7fcc75dd26

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 */