Re: backend crash on DELETE, reproducible locally

Поиск
Список
Период
Сортировка
От Ondřej Bouda
Тема Re: backend crash on DELETE, reproducible locally
Дата
Msg-id 134c09b5-3eb0-bafd-2aeb-f383e1e21b8a@email.cz
обсуждение исходный текст
Ответ на Re: backend crash on DELETE, reproducible locally  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Ron
Дата:
Сообщение: Re: Fwd: Log file
Следующее
От: Ron
Дата:
Сообщение: Idle query that's not ""?