mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +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;
|
PGPing status;
|
||||||
bool is_shutdown = true;
|
bool is_shutdown = true;
|
||||||
int server_version_num = UNKNOWN_SERVER_VERSION_NUM;
|
int server_version_num = UNKNOWN_SERVER_VERSION_NUM;
|
||||||
bool hide_standby_signal = true;
|
bool hide_standby_signal = false;
|
||||||
|
|
||||||
PQExpBufferData command;
|
PQExpBufferData command;
|
||||||
PQExpBufferData command_output;
|
PQExpBufferData command_output;
|
||||||
|
|||||||
Reference in New Issue
Block a user