Initialize variable to silence compiler warning.

Andres Freund <andres@anarazel.de>

Commit: 5963b29e03d9b93011acb3954ccc3565d217acc3
Author: Andres Freund <andres@anarazel.de>
Date: 2019-02-27T17:14:34Z
Releases: 12.0
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

Files

PathChange+/−
src/backend/commands/trigger.c modified +1 −1

Discussion

Cited messages not in the archive: 11199.1551285318@sss.pgh.pa.us