1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +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 && !got_SIGHUP &&
!walsender_shutdown_requested) !walsender_shutdown_requested)
{ {
TimestampTz finish_time; TimestampTz finish_time = 0;
long sleeptime; long sleeptime;
/* Reschedule replication timeout */ /* Reschedule replication timeout */