postgresql/src/pl/plpython
Tom Lane a852cfe967 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.
2017-12-03 11:25:17 -05:00
..
expected SQL procedures 2017-11-30 11:03:20 -05:00
po Translation updates 2017-08-07 13:55:34 -04:00
sql SQL procedures 2017-11-30 11:03:20 -05:00
.gitignore PL/Python: Improve Python 3 regression test setup 2012-09-16 22:26:33 -04:00
generate-spiexceptions.pl Clean up Perl code according to perlcritic 2017-03-27 08:18:22 -04:00
Makefile SQL procedures 2017-11-30 11:03:20 -05:00
nls.mk Translation updates 2017-08-07 13:55:34 -04:00
plpy_cursorobject.c Consistently catch errors from Python _New() functions 2017-11-18 13:39:53 -05:00
plpy_cursorobject.h Make PL/Python handle domain-type conversions correctly. 2017-11-16 16:23:04 -05:00
plpy_elog.c Add compiler hints to PLy_elog() 2017-11-29 09:56:49 -05:00
plpy_elog.h Add compiler hints to PLy_elog() 2017-11-29 09:56:49 -05:00
plpy_exec.c Fix uninitialized-variable compiler warning induced by commit e4128ee76. 2017-12-03 11:25:17 -05:00
plpy_exec.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_main.c SQL procedures 2017-11-30 11:03:20 -05:00
plpy_main.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_planobject.c PL/Python: Add cursor and execute methods to plan object 2017-03-27 11:37:22 -04:00
plpy_planobject.h Make PL/Python handle domain-type conversions correctly. 2017-11-16 16:23:04 -05:00
plpy_plpymodule.c Consistently catch errors from Python _New() functions 2017-11-18 13:39:53 -05:00
plpy_plpymodule.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_procedure.c SQL procedures 2017-11-30 11:03:20 -05:00
plpy_procedure.h SQL procedures 2017-11-30 11:03:20 -05:00
plpy_resultobject.c Consistently catch errors from Python _New() functions 2017-11-18 13:39:53 -05:00
plpy_resultobject.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_spi.c Revert "PL/Python: Fix potential NULL pointer dereference" 2017-11-28 13:55:39 -05:00
plpy_spi.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_subxactobject.c Use Py_RETURN_NONE where suitable 2017-09-29 16:51:39 -04:00
plpy_subxactobject.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_typeio.c Consistently catch errors from Python _New() functions 2017-11-18 13:39:53 -05:00
plpy_typeio.h Make PL/Python handle domain-type conversions correctly. 2017-11-16 16:23:04 -05:00
plpy_util.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_util.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpython2u--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpython2u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython2u.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython3u--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpython3u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython3u.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpythonu--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpythonu--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpythonu.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
regress-python3-mangle.mk Fix hstore_plpython test when python3 is used. 2015-10-04 22:29:03 +02:00