pgsql: Add tests for PL/pgSQL returning unnamed portals as refcursor - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add tests for PL/pgSQL returning unnamed portals as refcursor
Date
Msg-id E1eZO70-0001GL-FC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/511585417079b7d52211e09b20de0e0981b6eaa6

Modified Files
--------------
src/test/regress/expected/plpgsql.out | 24 ++++++++++++++++++++++++
src/test/regress/sql/plpgsql.sql      | 22 ++++++++++++++++++++++
2 files changed, 46 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Revert "Move portal pinning from PL/pgSQL to SPI"
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use portal pinning in PL/Perl and PL/Python