Re: Increase value of OUTER_VAR

Поиск
Список
Период
Сортировка
От Andrey Lepikhov
Тема Re: Increase value of OUTER_VAR
Дата
Msg-id e7dc09bc-0a2b-860d-107c-3f3345040154@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Increase value of OUTER_VAR  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Increase value of OUTER_VAR
Re: Increase value of OUTER_VAR
Список pgsql-hackers
On 2/7/21 21:23, Tom Lane wrote:
> So I'm inclined to propose pushing this and seeing what happens.

+1
But why the Index type still uses for indexing of range table entries?
For example:
- we give int resultRelation value to create_modifytable_path() as Index 
nominalRelation value.
- exec_rt_fetch(Index) calls list_nth(int).
- generate_subquery_vars() accepts an 'Index varno' value

It looks sloppy. Do you plan to change this in the next commits?

-- 
regards,
Andrey Lepikhov
Postgres Professional



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Diagnostic comment in LogicalIncreaseXminForSlot
Следующее
От: David Rowley
Дата:
Сообщение: Re: [PATCH] expand the units that pg_size_pretty supports on output