node rejoin: fix Pg13+ "standby.signal" handling with pg_rewind

This commit is contained in:
Ian Barwick
2020-10-14 17:51:57 +09:00
parent 773159a9e8
commit 250c6291df

View File

@@ -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;