On Tue, Aug 29, 2023 at 6:56 AM David Rowley <dgrowle...@gmail.com> wrote: > > I'm just not sure if it's unable to figure out if at least nargs > elements is set or if it won't be happy until all 100 elements are > set.
It looks like the former, since I can silence it on gcc 13 / -O1 by doing: /* keep compiler quiet */ actual_arg_types[0] = InvalidOid; -- John Naylor EDB: http://www.enterprisedb.com