mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix compiler warning.
This commit is contained in:
@ -776,7 +776,7 @@ WalSndLoop(void)
|
||||
!got_SIGHUP &&
|
||||
!walsender_shutdown_requested)
|
||||
{
|
||||
TimestampTz finish_time;
|
||||
TimestampTz finish_time = 0;
|
||||
long sleeptime;
|
||||
|
||||
/* Reschedule replication timeout */
|
||||
|
Reference in New Issue
Block a user