experiment: find all places that need new rclsn-by-generation facility

delete all the code that uses current inmem & controlfile remote_consistent_lsn field

After this removal, search for `remote_consistent_lsn` highlights
the places where the new solution that tracks rclsn per generation id
needs to be fitted in
This commit is contained in:
Christian Schwarz
2025-02-20 01:06:38 +01:00
parent 436178faee
commit 4b04e3b55e
11 changed files with 3 additions and 52 deletions
-1
View File
@@ -202,7 +202,6 @@ pub struct TimelineStatus {
pub commit_lsn: Lsn,
pub backup_lsn: Lsn,
pub peer_horizon_lsn: Lsn,
pub remote_consistent_lsn: Lsn,
pub peers: Vec<PeerInfo>,
pub walsenders: Vec<WalSenderState>,
pub walreceivers: Vec<WalReceiverState>,