Files
neon/pageserver
Vlad Lazar 62188d06fb pageserver: handle empty get vectored queries
Problem

If all batched requests are excluded from the query by
`Timeine::get_rel_page_at_lsn_batched` (e.g. because they
are past the end of the relation), the read path would panic
since it doesn't expect empty queries. This is a change in behaviour
that was introduced with the scattered query implementation.

Summary of Changes

Handle empty queries explicitly.
2025-04-21 13:03:21 -04:00
..