mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Rename functions which return an LSN for clarity
This commit is contained in:
@@ -2242,7 +2242,7 @@ update_monitoring_history(void)
|
||||
local_node_info.node_id);
|
||||
}
|
||||
|
||||
primary_last_wal_location = get_current_wal_lsn(primary_conn);
|
||||
primary_last_wal_location = get_primary_current_lsn(primary_conn);
|
||||
|
||||
if (primary_last_wal_location == InvalidXLogRecPtr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user