postgresql/src/pl
Tom Lane 1f115d98b9 Suppress volatile-related warning seen in some compilers.
Antique versions of gcc complain about vars that are initialized outside
PG_TRY and then modified within it.  Rather than marking the var volatile,
expend one more line of code.
2012-07-21 19:39:03 -04:00
..
plperl Remove recently added PL/Perl encoding tests 2012-07-17 13:26:25 -04:00
plpgsql Suppress volatile-related warning seen in some compilers. 2012-07-21 19:39:03 -04:00
plpython PL/Python: Remove PLy_result_ass_item 2012-07-17 23:26:49 +03:00
tcl Lots of doc corrections. 2012-04-23 22:43:09 -04:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00