]> granicus.if.org Git - postgresql/commit
Fix uninitialized-variable compiler warning induced by commit e4128ee76.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Dec 2017 16:25:17 +0000 (11:25 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Dec 2017 16:25:17 +0000 (11:25 -0500)
commita852cfe96752b25c2deaa2653cffd60c0ec82ead
treedce664167f0598b8c05d796355e38872bfbf00c5
parentec6a04005618c206163761e5739a8b90debd6b1e
Fix uninitialized-variable compiler warning induced by commit e4128ee76.

I'm a little bit astonished that anyone's compiler would have failed to
complain about this.  The compiler surely does not know that is_procedure
means the function return value will be ignored.
src/pl/plpython/plpy_exec.c