Re: Common Table Expressions (WITH RECURSIVE) patch

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Common Table Expressions (WITH RECURSIVE) patch
Дата
Msg-id 20080919.103251.77346237.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: Common Table Expressions (WITH RECURSIVE) patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Common Table Expressions (WITH RECURSIVE) patch
Список pgsql-hackers
> Why does set_recursion_pathlist think that the subquery might have
> useful pathkeys?  We know it must always be a UNION ALL, no?

Right. But someday we might implement "UNION" (without ALL) then we
have useful pathkeys...

Or shall I completely remove the step to generate patheys and do not
pass pathkeys to create_recursion_path?
pathkeys = convert_subquery_pathkeys(root, rel, subroot->query_pathkeys);
--
Tatsuo Ishii
SRA OSS, Inc. Japan


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

Предыдущее
От: Joshua Drake
Дата:
Сообщение: Re: Do we really need a 7.4.22 release now?
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Where to Host Project