On Fri, Jul 29, 2022 at 6:14 PM Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
wrote:
> Hah, of course. I suppose we'd need something like this ... haven't
> looked for other problem spots.
Yeah, that's what we need to do. I think the check condition should be
something like:
if (cur_resno - 1 > MaxAttrNumber)
Thanks
Richard