|
From: Michael P. <mic...@gm...> - 2013-08-06 23:46:09
|
On Tue, Aug 6, 2013 at 11:39 PM, Kristian Bruun <kri...@gm...> wrote: > It completes successfully, but running the same command where I specify the > primary key > > CREATE TABLE spatial_ref_sys2 ( > srid integer not null primary key > check (srid > 0 and srid <= 998999), > auth_name varchar(2048), > auth_srid integer, > srtext varchar(2048), > proj4text varchar(2048) > ); > > it gives the "server process (PID 9251) was terminated by signal 11: > Segmentation fault" error. This is definitely XC problem if you can reproduce that in one query. Instinctively, I'd bet on the portion of the code where we check for constraint compatibility with the distribution type of the table. -- Michael |