mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 21:18:21 +00:00
7474cfac08
epochStartLsn is the LSN since which new proposer writes its WAL in its epoch, let's be more explicit here. truncate_lsn is LSN still needed by the most lagging safekeeper. restart_lsn is terminology from pg_replicaton_slots, but here we don't really have 'restart'; hopefully truncate word makes it clearer.