On Thu, Dec 15, 2022 at 11:16 AM Tom Lane <[email protected]> wrote: > > Amul Sul <[email protected]> writes: > > There are other a bunch of hard errors from get_multirange_io_data(), > > get_range_io_data() and its subroutine can hit, shouldn't we care > > about those? > > I think those are all "internal" errors, ie not reachable as a > consequence of bad input data. Do you see a reason to think > differently?
Make sense, I was worried about the internal errors as well as an error that the user can cause while declaring multi-range e.g. shell type, but realized that case gets checked at creating that multi-range type. Regards, Amul
