On Sat, 15 Apr 2023 at 08:36, Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:
>
> I hit this elog() while testing reports under v16 and changed to PANIC
> to help diagnose.
>
> DETAILS: PANIC: invalid memory alloc request size 18446744072967930808
> CONTEXT: PL/pgSQL function array_weight(real[],real[]) while storing call arguments into local variables
>
> I can't share the query, data, nor plpgsql functions themselves.
Which aggregate function is being called here? Is it a custom
aggregate written in C, by any chance?
David