mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Rename "..._primary_last_seen" functions to "..._upstream_last_seen"
As that better reflects what they do.
This commit is contained in:
@@ -201,7 +201,7 @@ do_daemon_status(void)
|
||||
}
|
||||
}
|
||||
|
||||
repmgrd_info[i]->upstream_last_seen = get_primary_last_seen(cell->node_info->conn);
|
||||
repmgrd_info[i]->upstream_last_seen = get_upstream_last_seen(cell->node_info->conn);
|
||||
|
||||
if (repmgrd_info[i]->upstream_last_seen < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user