mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 04:58:23 +00:00
c214c32d3f
## Problem This should be one last fix for https://github.com/neondatabase/neon/issues/10517. ## Summary of changes If a keyspace is empty, we might produce a gc-compaction job which covers no layer files. We should avoid generating such jobs so that the gc-compaction image layer can cover the full key range. Signed-off-by: Alex Chi Z <chi@neon.tech>