mirror of
https://github.com/postgres/postgres.git
synced 2026-04-25 16:18:21 -04:00
Remove leftover variable from previous commit.
Apparently I somehow mis-resolved a conflict slightly.
This commit is contained in:
parent
45d067d50d
commit
9d09842830
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue