Re: Asymmetric partition-wise JOIN

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: Asymmetric partition-wise JOIN
Дата
Msg-id 20210909153833.GA6514@ahch-to
обсуждение исходный текст
Ответ на Re: Asymmetric partition-wise JOIN  (Aleksander Alekseev <afiskon@gmail.com>)
Ответы Re: Asymmetric partition-wise JOIN  ("Andrey V. Lepikhov" <a.lepikhov@postgrespro.ru>)
Список pgsql-hackers
On Thu, Sep 09, 2021 at 09:50:46AM +0000, Aleksander Alekseev wrote:
> It looks like this patch needs to be updated. According to http://cfbot.cputube.org/ it applies but doesn't pass any
tests.Changing the status to save time for reviewers.
 
> 
> The new status of this patch is: Waiting on Author

Just to give some more info to work on I found this patch made postgres
crash with a segmentation fault.

"""
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x0000556e37ef1b55 in bms_equal (a=0x7f6e37a9c5b0, b=0x7f6e37a9c5b0) at bitmapset.c:126
126            if (shorter->words[i] != longer->words[i])
"""

attached are the query that triggers the crash and the backtrace.

-- 
Jaime Casanova
Director de Servicios Profesionales
SystemGuards - Consultores de PostgreSQL

Вложения

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

Предыдущее
От: Anton Voloshin
Дата:
Сообщение: Re: missing warning in pg_import_system_collations
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails