[BUGS] BUG #14866: The generated constraint in the typed table causes theserver to crash - Mailing list pgsql-bugs

From gomer94@yandex.ru
Subject [BUGS] BUG #14866: The generated constraint in the typed table causes theserver to crash
Date
Msg-id 20171023074458.1473.25799@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [BUGS] BUG #14866: The generated constraint in the typed tablecauses the server to crash
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC callsvery much
Next
From: Reinier Haasjes
Date:
Subject: [BUGS] [pg_dump] not dumping some default privileges