Re: Segfault when creating partition with a primary key and sql_droptrigger exists - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Segfault when creating partition with a primary key and sql_droptrigger exists
Date
Msg-id 20180924155809.kjhpgl32ryrd2o4l@alvherre.pgsql
Whole thread Raw
In response to Segfault when creating partition with a primary key and sql_droptrigger exists  (Marco Slot <marco@citusdata.com>)
Responses Re: Segfault when creating partition with a primary key and sql_droptrigger exists  (Dmitry Dolgov <9erthalion6@gmail.com>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Multiple primary key on partition table?
Next
From: Tom Lane
Date:
Subject: Re: Revoke execution permission of pg_stat_statements_reset() from pg_read_all_stats role