On Wed Nov 30 14:47:08 2022 +0000, Matteo Bruni wrote:
I guess we might as well hardcode the "(null)" here and avoid the additional entry in the table. Mostly because otherwise the extra entry kind of suggests that the table is scanned until the "terminator", which is not the case. Not a big deal, I don't really mind either way.
This check is for index_reg.table and trace is for "table", which is different. Table table is used in 4 places total, I can add a helper to return static (null) from it, and remove this new entry. Is that okay?