mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-12 09:19:39 +00:00
c7187be8a1
wal_storage.rs already checks this, but since this is a quite legit scenario check it at safekeeper.rs (consensus level) as well. ref https://github.com/neondatabase/neon/issues/8212 This is a take 2; previous PR #8640 had been reverted because interplay with another change broke test_last_log_term_switch.