BUG #14866: The generated constraint in the typed table causes the server to crash

From: gomer94(at)yandex(dot)ru
To: pgsql-bugs(at)postgresql(dot)org
Cc: gomer94(at)yandex(dot)ru
Subject: BUG #14866: The generated constraint in the typed table causes the server to crash
Date: 2017-10-23 07:44:58
Message-ID: 20171023074458.1473.25799@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14866
Logged by: Мансур Галиев
Email address: gomer94(at)yandex(dot)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);

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Reinier Haasjes 2017-10-23 11:13:58 [pg_dump] not dumping some default privileges
Previous Message Michael Paquier 2017-10-22 22:03:13 Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC calls very much