Alexander Lakhin <[email protected]> writes: > I and SQLsmith have discovered that the following query: > select jsonb_object_agg_unique_strict(i, null) over (order by i) from > (select i from generate_series(1, 20) g(i));
> triggers SIGSEGV:
Thanks for the report! It seems to be specific to use as a window
function; I see no problem without the OVER clause. Will look closer
later.
regards, tom lane
