Re: Segfault when creating partition with a primary key and sql_droptrigger exists

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Segfault when creating partition with a primary key and sql_droptrigger exists
Дата
Msg-id 20180924155809.kjhpgl32ryrd2o4l@alvherre.pgsql
обсуждение исходный текст
Ответ на Segfault when creating partition with a primary key and sql_droptrigger exists  (Marco Slot <marco@citusdata.com>)
Ответы Re: Segfault when creating partition with a primary key and sql_droptrigger exists  (Dmitry Dolgov <9erthalion6@gmail.com>)
Список pgsql-hackers
On 2018-Sep-20, Marco Slot wrote:

> We're seeing a segmentation fault when creating a partition of a
> partitioned table with a primary key when there is a sql_drop trigger on
> Postgres 11beta4.
> 
> We discovered it because the Citus extension creates a sql_drop trigger,
> but it's otherwise unrelated to the Citus extension:
> https://github.com/citusdata/citus/issues/2390

Thanks for the reproducer.  Will research.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Multiple primary key on partition table?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Revoke execution permission of pg_stat_statements_reset() from pg_read_all_stats role