mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
node rejoin: always emit detail about relative LSNs
Previously repmgr only emitted that if there was a timeline/LSN mismatch, but it's useful to have confirmation of how it came to the conclusion that rejoin will succeed.
This commit is contained in:
@@ -3414,7 +3414,7 @@ check_node_can_attach(TimeLineID local_tli, XLogRecPtr local_xlogpos, PGconn *fo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (success == true && runtime_options.dry_run == true)
|
if (success == true)
|
||||||
{
|
{
|
||||||
if (is_rejoin == false || (is_rejoin == true && runtime_options.force_rewind_used == false))
|
if (is_rejoin == false || (is_rejoin == true && runtime_options.force_rewind_used == false))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user