mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +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;
|
static bool streamingDoneReceiving;
|
||||||
|
|
||||||
/* Flags set by signal handlers for later service in main loop */
|
/* 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;
|
static volatile sig_atomic_t walsender_ready_to_stop = false;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user