BUG #15329: postgres segfaults on ALTER DOMAIN ... SET SCHEMA ... - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15329: postgres segfaults on ALTER DOMAIN ... SET SCHEMA ...
Date
Msg-id 153434078968.10440.10889006853408690923@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15329
Logged by:          Kai Kratz
Email address:      kai.kratz@googlemail.com
PostgreSQL version: 10.4
Operating system:   Ubuntu 18.04
Description:

docker-user=# CREATE SCHEMA test_schema;
CREATE SCHEMA
docker-user=# CREATE DOMAIN postal_code AS INT CHECK(VALUE > 0);
CREATE DOMAIN
docker-user=# ALTER DOMAIN postal_code SET SCHEMA test_schema;
server closed the connection unexpectedly
    This probably means the server terminated abnormally
    before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
!>


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15328: postgres segfaults on ALTER OPERATOR ... SET SCHEMA ...
Next
From: Kai Kratz
Date:
Subject: Re: BUG #15327: postgres segfaults on ALTER FUNCTION ... SET SCHEMA ...