postgresql/src/pl/plpython
Tom Lane 4172bd8830 Suppress some "variable might be clobbered by longjmp" warnings.
Seen with an older gcc version.  I'm not sure these represent any real
risk factor, but still a bit scary.  Anyway we have lots of other
volatile-marked variables in this code, so a couple more won't hurt.
2011-03-06 21:15:48 -05:00
..
expected Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
.gitignore PL/Python custom SPI exceptions 2011-02-28 18:41:10 +02:00
generate-spiexceptions.pl PL/Python custom SPI exceptions 2011-02-28 18:41:10 +02:00
Makefile Fix parallel gmake for extension directory addition in PL languages. 2011-03-05 18:32:39 -05:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
plpython.c Suppress some "variable might be clobbered by longjmp" warnings. 2011-03-06 21:15:48 -05:00
plpython2u--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05: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 Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05: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
plpythonu--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05: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