Re: Asymmetric partition-wise JOIN

Поиск
Список
Период
Сортировка
От Andrey Lepikhov
Тема Re: Asymmetric partition-wise JOIN
Дата
Msg-id 33b92be7-67ca-ac4a-35be-48a673d74dd9@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Asymmetric partition-wise JOIN  (Zhihong Yu <zyu@yugabyte.com>)
Ответы Re: Asymmetric partition-wise JOIN
Список pgsql-hackers
On 5/7/21 23:15, Zhihong Yu wrote:
> On Mon, Jul 5, 2021 at 2:57 AM Andrey Lepikhov 
> <a.lepikhov@postgrespro.ru <mailto:a.lepikhov@postgrespro.ru>> wrote:
> +            * Can't imagine situation when join relation already 
> exists. But in
> +            * the 'partition_join' regression test it happens.
> +            * It may be an indicator of possible problems.
> Should a log be added in the above case ?
I made additional analysis of this branch of code. This situation can 
happen in the case of one child or if we join two plane tables with 
partitioned. Both situations are legal and I think we don't needed to 
add any log message here.
Other mistakes were fixed.

-- 
regards,
Andrey Lepikhov
Postgres Professional

Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: [PATCH] expand the units that pg_size_pretty supports on output
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints