BUG #15329: postgres segfaults on ALTER DOMAIN ... SET SCHEMA ...

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: kai(dot)kratz(at)googlemail(dot)com
Subject: BUG #15329: postgres segfaults on ALTER DOMAIN ... SET SCHEMA ...
Date: 2018-08-15 13:46:29
Message-ID: 153434078968.10440.10889006853408690923@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: 15329
Logged by: Kai Kratz
Email address: kai(dot)kratz(at)googlemail(dot)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.
!>

Browse pgsql-bugs by date

  From Date Subject
Next Message Kai Kratz 2018-08-15 14:08:51 Re: BUG #15327: postgres segfaults on ALTER FUNCTION ... SET SCHEMA ...
Previous Message PG Bug reporting form 2018-08-15 13:41:57 BUG #15328: postgres segfaults on ALTER OPERATOR ... SET SCHEMA ...