mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
Update pageserver/src/deletion_queue.rs
Co-authored-by: Christian Schwarz <christian@neon.tech>
This commit is contained in:
@@ -469,7 +469,7 @@ impl BackendQueueWorker {
|
||||
}
|
||||
|
||||
if !self.accumulator.is_empty() {
|
||||
// We have a remainder, deletion list is not fully processed yet
|
||||
// We have a remainder, `list` not fully executed yet
|
||||
self.pending_lists.push(list);
|
||||
} else {
|
||||
// We fully processed this list, it is ready for purge
|
||||
|
||||
Reference in New Issue
Block a user