mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Remove leftover variable from previous commit.
Apparently I somehow mis-resolved a conflict slightly.
This commit is contained in:
@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user