Searched refs:oldest_log_with_uncommitted_prep (Results 1 – 1 of 1) sorted by relevance
1228 auto oldest_log_with_uncommitted_prep = in SwitchWAL() local1231 assert(oldest_log_with_uncommitted_prep == 0 || in SwitchWAL()1232 oldest_log_with_uncommitted_prep >= oldest_alive_log); in SwitchWAL()1233 if (oldest_log_with_uncommitted_prep > 0 && in SwitchWAL()1234 oldest_log_with_uncommitted_prep == oldest_alive_log) { in SwitchWAL()