Fix some problems in new plpgsql cursor operations, found while trying
Tom Lane <tgl@sss.pgh.pa.us>
Fix some problems in new plpgsql cursor operations, found while trying to reverse-engineer documentation for them.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |