]> granicus.if.org Git - postgresql/commit
Initialize variable to silence compiler warning.
authorAndres Freund <andres@anarazel.de>
Wed, 27 Feb 2019 17:14:34 +0000 (09:14 -0800)
committerAndres Freund <andres@anarazel.de>
Wed, 27 Feb 2019 17:14:34 +0000 (09:14 -0800)
commit5963b29e03d9b93011acb3954ccc3565d217acc3
tree54c6ced29b23edede797766a43c7ba58d734da8b
parent538ecc17c478e87cc3155c2b9cda7a1b1812d767
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
src/backend/commands/trigger.c