Add tests for PL/pgSQL returning unnamed portals as refcursor
Peter Eisentraut <peter_e@gmx.net>
Add tests for PL/pgSQL returning unnamed portals as refcursor Existing tests only covered returning explicitly named portals as refcursor. The unnamed cursor case was recently broken without a test failing.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/plpgsql.out | modified | +24 −0 |
| src/test/regress/sql/plpgsql.sql | modified | +22 −0 |