review: rename to commit LSN to commit_lsn

This commit is contained in:
Vlad Lazar
2024-11-18 12:06:12 +01:00
parent dc220e3f18
commit 1c8f4938cb
4 changed files with 7 additions and 7 deletions

View File

@@ -297,7 +297,7 @@ pub(super) async fn handle_walreceiver_connection(
connection_status.latest_wal_update = now;
}
connection_status.commit_lsn = Some(Lsn::from(raw.wal_end()));
connection_status.commit_lsn = Some(Lsn::from(raw.commit_lsn()));
connection_status.streaming_lsn = Some(Lsn::from(raw.streaming_lsn()));
}
&_ => {}