Re: Changed SRF in targetlist handling

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Changed SRF in targetlist handling
Дата
Msg-id 9787.1464209723@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Changed SRF in targetlist handling  (Andres Freund <andres@anarazel.de>)
Ответы Re: Changed SRF in targetlist handling  (Merlin Moncure <mmoncure@gmail.com>)
Re: Changed SRF in targetlist handling  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2016-05-25 15:20:03 -0400, Tom Lane wrote:
>> We could certainly make a variant behavior in nodeFunctionscan.c that
>> emulates that, if we feel that being exactly bug-compatible on the point
>> is actually what we want.  I'm dubious about that though, not least
>> because I don't think *anyone* actually believes that that behavior isn't
>> broken.  Did you read my upthread message suggesting assorted compromise
>> choices?

> You mean https://www.postgresql.org/message-id/21076.1464034513@sss.pgh.pa.us ?
> If so, yes.

> If we go with rewriting this into LATERAL, I'd vote for 2.5 (trailed by
> option 1), that'd keep most of the functionality, and would break
> visibly rather than invisibly in the cases where not.

2.5 would be okay with me.

> I guess you're not planning to work on this?

Well, not right now, as it's clearly too late for 9.6.  I might hack on
it later if nobody beats me to it.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Changed SRF in targetlist handling
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Is the unfair lwlock behavior intended?