inheritance_planner() bug in 9.1

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема inheritance_planner() bug in 9.1
Дата
Msg-id 1294872726.30091.37.camel@jdavis-ux.asterdata.local
обсуждение исходный текст
Ответы Re: inheritance_planner() bug in 9.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The attached SQL causes a crash in 9.1. It appears to be caused by:

    d1001a78ce612a16ea622b558f5fc2b68c45ab4c

The patch tries to copy all of the important data out of the child
context before it's reset; but it doesn't get everything. For instance,
grouping_planner() allocates subroot.glob->paramlist, and uses it in
subsequent iterations; but that isn't copied before the context is
reset. It looks like there are other things that need copying as well,
but it wasn't immediately clear to me what the best fix is.

Regards,
    Jeff Davis

Вложения

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

Предыдущее
От: Korry Douglas
Дата:
Сообщение: Re: BUG #5816: index not used in function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: inheritance_planner() bug in 9.1