Fix some problems in new plpgsql cursor operations, found while trying

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4be20187ab0c8dd95a1dd62b67a17ffaf1f33279
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-11-15T23:31:09Z
Releases: 7.2.1
Fix some problems in new plpgsql cursor operations, found while trying
to reverse-engineer documentation for them.

Files

PathChange+/−
src/pl/plpgsql/src/gram.y modified +26 −20
src/pl/plpgsql/src/pl_exec.c modified +21 −132
src/pl/plpgsql/src/pl_funcs.c modified +48 −1
src/pl/plpgsql/src/plpgsql.h modified +3 −2