Re: Damage control for planner's get_actual_variable_endpoint() runaway

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: Damage control for planner's get_actual_variable_endpoint() runaway
Дата
Msg-id 20221121173431.GW11463@telsasoft.com
обсуждение исходный текст
Ответ на Re: Damage control for planner's get_actual_variable_endpoint() runaway  (Jakub Wartak <jakub.wartak@enterprisedb.com>)
Список pgsql-hackers
This patch version runs "continue" unconditionally (rather than
conditionally, like the previous version).

                        if (!index_fetch_heap(index_scan, tableslot))
                                continue;               /* no visible tuple, try next index entry */




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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Damage control for planner's get_actual_variable_endpoint() runaway
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Prevent instability in contrib/pageinspect's regression test.