Rename functions which return an LSN for clarity

This commit is contained in:
Ian Barwick
2019-02-06 09:30:45 +09:00
parent cce8b76171
commit cd3312496e
5 changed files with 21 additions and 11 deletions

View File

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