On Mon, Oct 23, 2017 at 4:44 PM, <gomer94(at)yandex(dot)ru> wrote:
> 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);
Thanks for the report. I can reproduce the crasher here. The problem
happens when doing a type name lookup when transforming the CREATE
clause in the parser. Looking into it now.
--
Michael