Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling)
| От | Heikki Linnakangas |
|---|---|
| Тема | Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) |
| Дата | |
| Msg-id | 81946356-6035-2f02-5165-6deb4a62a09f@iki.fi обсуждение исходный текст |
| Ответ на | Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) (Andres Freund <andres@anarazel.de>) |
| Ответы |
Re: Implement targetlist SRFs using ROWS FROM() (was
Changed SRF in targetlist handling)
|
| Список | pgsql-hackers |
On 08/28/2016 12:48 AM, Andres Freund wrote: > Attached is a significantly updated patch series (see the mail one up > for details about what this is, I don't want to quote it in its > entirety). > > There's still some corner cases (DISTINCT + SRF, UNION/INTERSECT with > SRF) to test / implement and a good bit of code cleanup to do. But > feature wise it's pretty much complete. Looks good, aside from the few FIXMEs, TODOs and XXXs and DIRTYs. I think we need to come up with a better word for "unsrfify". That's quite a mouthful. Perhaps something as boring as "convert_srfs_to_function_rtes". Would it make sense for addRangeTableEntryForFunction() to take a List of RangeFunctionElems as argument, now that we have such a struct? The lists-of-same-length approach gets a bit tedious. Typos: s/fortfour/forfour s/Each element of this list a/ Each element of this list is a/ - Heikki
В списке pgsql-hackers по дате отправления: