[BUGS] BUG #14866: The generated constraint in the typed table causes theserver to crash

Поиск
Список
Период
Сортировка
От gomer94@yandex.ru
Тема [BUGS] BUG #14866: The generated constraint in the typed table causes theserver to crash
Дата
Msg-id 20171023074458.1473.25799@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [BUGS] BUG #14866: The generated constraint in the typed tablecauses the server to crash
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14866
Logged by:          Мансур Галиев
Email address:      gomer94@yandex.ru
PostgreSQL version: 10.0
Operating system:   Ubuntu 16.04.3 LTS x64
Description:

This sql code crashes the server:

CREATE TYPE comp AS (f1 integer, f2 text, f3 bigint);

CREATE TABLE typed_table OF comp (  f1 WITH OPTIONS GENERATED ALWAYS AS IDENTITY);



--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC callsvery much
Следующее
От: Reinier Haasjes
Дата:
Сообщение: [BUGS] [pg_dump] not dumping some default privileges