Re: BUG #17831: server crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: 253540651(at)qq(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17831: server crash
Date: 2023-03-11 15:51:45
Message-ID: 1172304.1678549905@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-03-11 16:39:30 Re: BUG #17830: Incorrect memory access in trgm_regexp
Previous Message PG Bug reporting form 2023-03-11 08:38:43 BUG #17831: server crash