Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Remove leftover variable from previous commit.
authorAndres Freund <andres@anarazel.de>
Tue, 6 Jun 2017 03:27:21 +0000 (20:27 -0700)
committerAndres Freund <andres@anarazel.de>
Tue, 6 Jun 2017 03:27:21 +0000 (20:27 -0700)
Apparently I somehow mis-resolved a conflict slightly.

src/backend/replication/walsender.c

index 14ad50b737e7bf6256b4c084a93eed7bc909c5a9..c9438954099829a034fc3cdafd7d638016f7c998 100644 (file)
@@ -154,7 +154,6 @@ static bool streamingDoneSending;
 static bool streamingDoneReceiving;
 
 /* Flags set by signal handlers for later service in main loop */
-static volatile sig_atomic_t got_SIGHUP = false;
 static volatile sig_atomic_t walsender_ready_to_stop = false;
 
 /*