Re: BUG #17831: server crash - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17831: server crash
Date
Msg-id 1172304.1678549905@sss.pgh.pa.us
Whole thread Raw
In response to BUG #17831: server crash  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> PoC:
> select
>   ...
> where pg_catalog.pg_terminate_backend(
>     cast(pg_catalog.pg_backend_pid() as int4),

You told the session to terminate itself, and it did.  I see
no bug here.

            regards, tom lane



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17831: server crash
Next
From: Tom Lane
Date:
Subject: Re: BUG #17830: Incorrect memory access in trgm_regexp