pgsql: plpython: Add test for returning Python set from SETOF function

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: plpython: Add test for returning Python set from SETOF function
Date: 2025-04-03 09:10:05
Message-ID: E1u0GaL-002RK3-2C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

plpython: Add test for returning Python set from SETOF function

This is claimed in the documentation but there was a no test case for
it.

Reported-by: Bogdan Grigorenko <gri(dot)bogdan(dot)2020(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/173543330569.680.6706329879058172623%40wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/231064aa0fbcdf12b7248e8d8d43a75482afbf1f

Modified Files
--------------
src/pl/plpython/expected/plpython_setof.out | 30 +++++++++++++++++++++++++++++
src/pl/plpython/sql/plpython_setof.sql | 12 ++++++++++++
2 files changed, 42 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-04-03 10:18:06 pgsql: Update Unicode data to Unicode 16.0.0
Previous Message Amit Kapila 2025-04-03 09:09:22 Re: pgsql: Doc: Improve -R option added in e5aeed4b80.