postgresql/src/pl
Tom Lane 2edb949115 Fix a few bogus statement type names in plpgsql error messages.
plpgsql's error location context messages ("PL/pgSQL function fn-name line
line-no at stmt-type") would misreport a CONTINUE statement as being an
EXIT, and misreport a MOVE statement as being a FETCH.  These are clear
bugs that have been there a long time, so back-patch to all supported
branches.

In addition, in 9.5 and HEAD, change the description of EXECUTE from
"EXECUTE statement" to just plain EXECUTE; there seems no good reason why
this statement type should be described differently from others that have
a well-defined head keyword.  And distinguish GET STACKED DIAGNOSTICS from
plain GET DIAGNOSTICS.  These are a bit more of a judgment call, and also
affect existing regression-test outputs, so I did not back-patch into
stable branches.

Pavel Stehule and Tom Lane
2015-08-18 19:22:37 -04:00
..
plperl Don't use function definitions looking like old-style ones. 2015-08-15 17:25:00 +02:00
plpgsql Fix a few bogus statement type names in plpgsql error messages. 2015-08-18 19:22:37 -04:00
plpython PL/Python: Make tests pass with Python 3.5 2015-08-13 23:55:20 -04:00
tcl Fix a number of places that produced XX000 errors in the regression tests. 2015-08-02 23:49:19 -04:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00