On Mon, Feb 09, 2026 at 03:09:49PM -0500, Corey Huinker wrote:
> 0002 - minor tweaks to get v8 to build, kept separate to make applying on
> top of v8 easier
This is very slightly embarrassing. Compilation was warning here,
just missed it. Thanks.
> 0004 - Add the 3 range-stats to pg_stats_ext_exprs
This needed documentation and tests. The former can be mostly taken
from pg_stats, at the difference that we are dealing with expressions
and not columns. The latter can use a test with an expression based
on a range type, so as the fields queries are not NULL. Added both of
these, and applied this patch.
--
Michael