mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-06-01 19:59:05 +00:00
Rename functions which return an LSN for clarity
This commit is contained in:
+1
-1
@@ -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