Re: When Update balloons memory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: When Update balloons memory
Дата
Msg-id 2761801.1641930868@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: When Update balloons memory  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: When Update balloons memory
Список pgsql-bugs
Peter Geoghegan <pg@bowt.ie> writes:
> I haven't made the code use pull_varnos(), which you suggested back in
> December. It looks like it would be tricky to do that from the
> executor, since pull_varnos() has a PlannerInfo* argument. That has
> been the case since your commit 55dc86eca7 from January 2021, "Fix
> pull_varnos' miscomputation of relids set for a PlaceHolderVar".
> Please advise.

Pass NULL for that, per 6867f963e:

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=6867f963e#patch2

We'd have to back-patch that bit, but I don't see any problem
with doing so.

            regards, tom lane



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: When Update balloons memory
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: When Update balloons memory