mirror of
https://github.com/postgres/postgres.git
synced 2025-08-17 01:02:17 +03:00
'SELECT foo()' in a SQL function returning a rowtype, to simply pass back the results of another function returning the same rowtype. However, that hasn't actually worked in many years. Now it works again.