mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 20:25:58 -04:00
b2b9b4d59c
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.