Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7fcc75d

Browse files
committed
Fix compiler warning.
1 parent 9d56886 commit 7fcc75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/walsender.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ WalSndLoop(void)
776776
!got_SIGHUP &&
777777
!walsender_shutdown_requested)
778778
{
779-
TimestampTz finish_time;
779+
TimestampTz finish_time = 0;
780780
long sleeptime;
781781

782782
/* Reschedule replication timeout */

0 commit comments

Comments
 (0)