pgsql: Initialize variable to silence compiler warning. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Initialize variable to silence compiler warning.
Date
Msg-id E1gz2qI-0002pg-8o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Initialize variable to silence compiler warning.

After ff11e7f4b9ae Tom's compiler warns about accessing a potentially
uninitialized rInfo. That's not actually possible, but it's
understandable the compiler would get this wrong. NULL initialize too.

Reported-By: Tom Lane
Discussion: https://postgr.es/m/11199.1551285318@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5963b29e03d9b93011acb3954ccc3565d217acc3

Modified Files
--------------
src/backend/commands/trigger.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Use slots in trigger infrastructure, except for theactual invoc