Skip to content
Snippets Groups Projects
Commit 7fcc75dd authored by Robert Haas's avatar Robert Haas
Browse files

Fix compiler warning.

parent 9d568861
No related branches found
No related tags found
No related merge requests found
...@@ -776,7 +776,7 @@ WalSndLoop(void) ...@@ -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 */
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment