mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
node rejoin: fix Pg13+ "standby.signal" handling with pg_rewind
This commit is contained in:
@@ -2495,7 +2495,7 @@ do_node_rejoin(void)
|
||||
PGPing status;
|
||||
bool is_shutdown = true;
|
||||
int server_version_num = UNKNOWN_SERVER_VERSION_NUM;
|
||||
bool hide_standby_signal = true;
|
||||
bool hide_standby_signal = false;
|
||||
|
||||
PQExpBufferData command;
|
||||
PQExpBufferData command_output;
|
||||
|
||||
Reference in New Issue
Block a user