Re: BUG #17998: Postgres crashes when executing WorkTableScan.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #17998: Postgres crashes when executing WorkTableScan.
Дата
Msg-id a9f6cce2-733d-602f-c2c9-9d54a3cb3b3e@iki.fi
обсуждение исходный текст
Ответ на BUG #17998: Postgres crashes when executing WorkTableScan.  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On 26/06/2023 06:47, PG Bug reporting form wrote:
> I developed a fuzzing tool that skips the optimizer and directly uses the
> correct physical plan to fuzz postgres, and found a crash caused by
> executing WorkTableScan.
> For detailed steps to reproduce, see the
> link:https://github.com/chenglinLiang/pg-report.

You need to provide some evidence that the plan your fuzzer generated is 
valid, ie. something that could be produced by the planner. At a quick 
glance, you have a WorkTableScan with no RecursiveUnion, which is bogus.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #18000: Access method used by matview can be dropped leaving broken matview
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18001: Invalid subquery passed as true