On Mon, Nov 11, 2019 at 06:28:47PM +0000, Ranier Vilela wrote:
> Can anyone check this bug fix?
> 
> +++ event_trigger.c     Mon Nov 11 13:52:35 2019
> @@ -171,7 +171,7 @@
>          HeapTuple       tuple;
>          Oid                     funcoid;
>          Oid                     funcrettype;
> -       Oid                     fargtypes[1];   /* dummy */
> +       Oid                     fargtypes[1] = {InvalidOid, InvalidOid};      
>   /* dummy */
>          Oid                     evtowner = GetUserId();

Yeah, it would be better to fix this initialization.
--
Michael

Attachment: signature.asc
Description: PGP signature

Reply via email to