mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 09:00:37 +00:00
review: rename to commit LSN to commit_lsn
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
&_ => {}
|
||||
|
||||
Reference in New Issue
Block a user