Re: BUG #18333: Postgres is crashing if we have special character in the query

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #18333: Postgres is crashing if we have special character in the query
Дата
Msg-id ZcGMKdCN7D4UeB30@paquier.xyz
обсуждение исходный текст
Ответ на BUG #18333: Postgres is crashing if we have special character in the query  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #18333: Postgres is crashing if we have special character in the query  (Sujeet Swaminath <sujeet.cha@gmail.com>)
Список pgsql-bugs
On Mon, Feb 05, 2024 at 10:30:33AM +0000, PG Bug reporting form wrote:
> I have installed Postgres-14.10 and when executing the below query, the
> postgres crashes. but the same query work well with PostgreSQL-14-9.
> I have a crash dump, but not sure, how can I attach it here.
>
> 2024-02-05 06:08:53.936 GMT [1680576] LOG:  server process (PID 2627861) was
> terminated by signal 11: Segmentation fault
> 2024-02-05 06:08:53.936 GMT [1680576] DETAIL:  Failed process was running:
> SELECT DISTINCT badsql.id_code,badsql.id_nr FROM badsql LEFT OUTER JOIN
> newsql on badsql.id_nr = newsql.id_nr  and badsql.vk_ek%2=newsql.ku_vk_ek;

It is going to be hard to say what's wrong without more details, like
a backtrace, or even better a self-contained SQL sequence that makes a
problem reproducible.  14.11 is planned for this week, so you may want
to give it a try and double-check if your problem is going away:
https://www.postgresql.org/developer/roadmap/
--
Michael

Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Arnd Baranowski
Дата:
Сообщение: Re: PostgreSQL & latest Mac OS Sonoma, a possible bug / configuration issue
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #18334: Segfault when running a query with parallel workers