Re: Increase value of OUTER_VAR

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Increase value of OUTER_VAR
Дата
Msg-id 97563e37-3011-67d7-e816-e7f899311c54@enterprisedb.com
обсуждение исходный текст
Ответы Re: Increase value of OUTER_VAR  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 06.03.21 15:59, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
>> On 04.03.21 20:01, Tom Lane wrote:
>>> (2) Does that datatype change need to propagate anywhere besides
>>> what I touched here?  I did not make any effort to search for
>>> other places.
> 
>> I think
> 
>> Var.varnosyn
>> CurrentOfExpr.cvarno
> 
>> should also have their type changed.
> 
> Agreed as to CurrentOfExpr.cvarno.  But I think the entire point of
> varnosyn is that it saves the original rangetable reference and
> *doesn't* get overwritten with OUTER_VAR etc.  So that one is a
> different animal, and I'm inclined to leave it as Index.

Can we move forward with this?

I suppose there was still some uncertainty about whether all the places 
that need changing have been identified, but do we have a better idea 
how to find them?





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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: SSL SNI
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Increase value of OUTER_VAR