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 &&
|
!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 */
|
||||||
|
Reference in New Issue
Block a user