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);