Re: segmentation fault with simple UPDATE statement (postgres 10.5)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: segmentation fault with simple UPDATE statement (postgres 10.5)
Дата
Msg-id 1189.1544637238@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: segmentation fault with simple UPDATE statement (postgres 10.5)  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
Andres Freund <andres@anarazel.de> writes:
> Looking as to why that reference isn't corrected.

It's the bare Param that's the problem; the planner should've converted
that to a Var referencing the Param evaluated in the child plan node.

Working on patch now.

            regards, tom lane


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: segmentation fault with simple UPDATE statement (postgres 10.5)
Следующее
От: Stuart
Дата:
Сообщение: Errors creating partitioned tables from existing using (LIKE ) after renaming table constraints