Peter Eisentraut <peter.eisentr...@2ndquadrant.com> writes: > committed with a leading underscore
I hadn't actually tested this patch before commit, but now that it's in, I'm seeing assorted compiler warnings: plpy_exec.c: In function 'PLy_procedure_call': plpy_exec.c:1028: warning: 'rv' may be used uninitialized in this function pltcl.c: In function 'pltcl_handler': pltcl.c:721: warning: 'retval' may be used uninitialized in this function plpy_typeio.c: In function 'PLyObject_ToBytea': plpy_typeio.c:904: warning: 'rv' may be used uninitialized in this function plperl.c: In function 'plperl_call_handler': plperl.c:1843: warning: 'retval' may be used uninitialized in this function I'm not happy about that. regards, tom lane