mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Fix compiler warning.
This commit is contained in:
parent
9d56886112
commit
7fcc75dd26
@ -776,7 +776,7 @@ WalSndLoop(void)
|
||||
!got_SIGHUP &&
|
||||
!walsender_shutdown_requested)
|
||||
{
|
||||
TimestampTz finish_time;
|
||||
TimestampTz finish_time = 0;
|
||||
long sleeptime;
|
||||
|
||||
/* Reschedule replication timeout */
|
||||
|
Loading…
Reference in New Issue
Block a user