Fix uninitialized-variable compiler warning induced by commit e4128ee76.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a852cfe96752b25c2deaa2653cffd60c0ec82ead
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-12-03T16:25:17Z
Releases: 11.0
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.

Files

PathChange+/−
src/pl/plpython/plpy_exec.c modified +2 −0