Re: recursive query crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: recursive query crash
Дата
Msg-id 18403.1223858649@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: recursive query crash  ("Robert Haas" <robertmhaas@gmail.com>)
Список pgsql-hackers
OK, I found a real solution: we can fix nodeWorktablescan.c so that the
order of initialization doesn't matter, by postponing the steps that
need information from the RecursiveUnion node until the first exec call
for the worktable node.

Although nodeCtescan is making a similar assumption about initialization
order, I think that one ought to be safe.  We can always change it later
if need be.
        regards, tom lane


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

Предыдущее
От: Grzegorz Jaskiewicz
Дата:
Сообщение: Re: SELECT TOP %d PERCENT, or SELECT ... LIMIT %d PERCENT ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Extending pg_class info + more flexible TOAST chunk size