Update pageserver/src/deletion_queue.rs

Co-authored-by: Christian Schwarz <christian@neon.tech>
This commit is contained in:
John Spray
2023-08-22 14:05:08 +01:00
parent 57a44dcc01
commit 9cb255be97

View File

@@ -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