Re: backend crash on DELETE, reproducible locally - Mailing list pgsql-general

From Ondřej Bouda
Subject Re: backend crash on DELETE, reproducible locally
Date
Msg-id 134c09b5-3eb0-bafd-2aeb-f383e1e21b8a@email.cz
Whole thread Raw
In response to Re: backend crash on DELETE, reproducible locally  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
 > Hm, what are the data types of those columns?

scheduletemplate_id bigint NOT NULL,
period_day smallint NOT NULL,
timerange timerange NOT NULL,

where timerange is defined as follows:
CREATE TYPE public.timerange AS RANGE
(
     SUBTYPE=time,
     SUBTYPE_OPCLASS = time_ops
);


 > And I assume you've got btree_gist installed?

Yes, version 1.5.


Regards,
Ondřej Bouda


pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: Fwd: Log file
Next
From: Ron
Date:
Subject: Idle query that's not ""?