Rename "..._primary_last_seen" functions to "..._upstream_last_seen"

As that better reflects what they do.
This commit is contained in:
Ian Barwick
2019-02-28 15:35:46 +09:00
parent 0330fa6e62
commit 4b89cbd98d
7 changed files with 42 additions and 42 deletions

View File

@@ -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)
{