mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
repmgrd: minor log message tweak
This commit is contained in:
@@ -3206,7 +3206,7 @@ update_monitoring_history(void)
|
|||||||
* This should never happen, but in case it does set replication lag
|
* This should never happen, but in case it does set replication lag
|
||||||
* to zero
|
* to zero
|
||||||
*/
|
*/
|
||||||
log_warning("primary xlog (%X/%X) location appears less than standby receive location (%X/%X)",
|
log_warning("primary xlog location (%X/%X) is behind the standby receive location (%X/%X)",
|
||||||
format_lsn(primary_last_wal_location),
|
format_lsn(primary_last_wal_location),
|
||||||
format_lsn(replication_info.last_wal_receive_lsn));
|
format_lsn(replication_info.last_wal_receive_lsn));
|
||||||
replication_lag_bytes = 0;
|
replication_lag_bytes = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user