mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
sugar for PL/PgSQL set-returning functions that want to return the result of evaluating a query; it should also be more efficient than repeated RETURN NEXT statements. Based on an earlier patch from Pavel Stehule.