Re: [HACKERS] [sqlsmith] Planner crash on foreign table join

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: [HACKERS] [sqlsmith] Planner crash on foreign table join
Дата
Msg-id 8737djxrup.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на [HACKERS] [sqlsmith] Planner crash on foreign table join  (Andreas Seltenreich <seltenreich@gmx.de>)
Ответы Re: [HACKERS] [sqlsmith] Planner crash on foreign table join
Список pgsql-hackers
>>>>> "Andreas" == Andreas Seltenreich <seltenreich@gmx.de> writes:
Andreas> Hi,Andreas> testing master at f0e44021df with a loopback postgres_fdwAndreas> installed, I see lots of crashes
onqueries joining foreignAndreas> tables with various expressions.  Below is a reduced recipeAndreas> for the
regressiondatabase and a backtrace.
 

Commit ac2b095088 assumes that clauselist_selectivity is being passed a
list of RelOptInfo, but postgres_fdw is passing it a list of bare
clauses.  One of them is wrong :-)

-- 
Andrew (irc:RhodiumToad)



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] PoC plpgsql - possibility to force custom or generic plan
Следующее
От: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Дата:
Сообщение: Re: [HACKERS] [PATCH] Add GUCs for predicate lock promotion thresholds