postgresql/src/pl
Heikki Linnakangas 2e8a832dd6 In a PL/pgSQL "FOR cursor" statement, the statements executed in the loop
might close the cursor,  rendering the Portal pointer to it invalid.
Closing the cursor in the middle of the loop is not a very sensible thing
to do, but we must handle it gracefully and throw an error instead of
crashing.
2010-06-21 09:47:29 +00:00
..
plperl Remove perl symbol table additions for plperl functions, and mention of it 2010-06-16 14:50:34 +00:00
plpgsql In a PL/pgSQL "FOR cursor" statement, the statements executed in the loop 2010-06-21 09:47:29 +00:00
plpython Update Python version information 2010-06-12 06:05:48 +00:00
tcl Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless 2010-05-13 18:29:12 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00