Commit 7fcc75dd authored by Robert Haas's avatar Robert Haas

Fix compiler warning.

parent 9d568861
......@@ -776,7 +776,7 @@ WalSndLoop(void)
!got_SIGHUP &&
!walsender_shutdown_requested)
{
TimestampTz finish_time;
TimestampTz finish_time = 0;
long sleeptime;
/* Reschedule replication timeout */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment