Re: BUG #15328: postgres segfaults on ALTER OPERATOR ... SET SCHEMA ...

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: kai(dot)kratz(at)googlemail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15328: postgres segfaults on ALTER OPERATOR ... SET SCHEMA ...
Date: 2018-08-16 22:04:59
Message-ID: CAMkU=1wV8j-Jh3+Gv-axZV+B1aOWS7k5n2e8L5c=FM2kT939OA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Aug 15, 2018 at 9:41 AM, PG Bug reporting form <
noreply(at)postgresql(dot)org> wrote:

> The following bug has been logged on the website:
>
> Bug reference: 15328
> Logged by: Kai Kratz
> Email address: kai(dot)kratz(at)googlemail(dot)com
> PostgreSQL version: 10.4
> Operating system: Ubuntu18.04
> Description:
>
> docker-user=# CREATE SCHEMA test_schema;
> CREATE SCHEMA
> docker-user=# CREATE FUNCTION int_eq(int, int)
> RETURNS BOOL
> LANGUAGE SQL IMMUTABLE AS
> $$
> SELECT $1 = $2;
> $$;
> CREATE FUNCTION
> docker-user=# CREATE OPERATOR = (leftarg = int, rightarg = int, procedure =
> int_eq);
> CREATE OPERATOR
> docker-user=# ALTER OPERATOR = (int, int) 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.
> !>
>

I can't reproduce this, or your subsequent report with domains, either.

How did you install PostgreSQL? Can you give output of pg_config?

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Langote 2018-08-17 02:06:47 Re: BUG #15334: Partition elimination not working as expected when using enum as partition key
Previous Message Bruce Momjian 2018-08-16 21:23:58 Re: [PG_UPGRADE] 9.6 to 10.5