Incorrect debug info printed in generate_partition_wise_join_paths

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Incorrect debug info printed in generate_partition_wise_join_paths
Дата
Msg-id 5A2A60E6.6000008@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: Incorrect debug info printed in generate_partition_wise_join_paths  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Список pgsql-hackers
generate_partition_wise_join_paths prints debug info, if
OPTIMIZER_DEBUG, using debug_print_rel at the end of each iteration for
collecting non-dummy child-joins, but I noticed that we pass to that
function the parent's RelOptInfo, not such a child-join's RelOptInfo.  I
don't think it's intentional, so here is a patch for fixing that.

Best regards,
Etsuro Fujita

Вложения

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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: [HACKERS] postgres_fdw bug in 9.6
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] parallel.c oblivion of worker-startup failures