From: | Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: PG v12.2 - Setting jit_above_cost is causing the server to crash |
Date: | 2020-02-24 06:59:06 |
Message-ID: | CAM9w-_mwBMLw_DFoOdqZBNbhO3m8RxMwoKoXwadWOf=iUrbzxw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-hackers |
++hackers.
On Mon, Feb 24, 2020 at 12:16 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
> Hi Team,
>
> The PG 12.2 server is crashing on setting the jit_above_cost param. Below
> is the output.
>
> postgres=# select version();
>
> version
>
>
>
> ----------------------------------------------------------------------------------------------------------------------------
>
> PostgreSQL 12.2 on x86_64-apple-darwin, compiled by Apple LLVM version
> 6.0 (clang-600.0.54) (based on LLVM 3.5svn), 64-bit
>
> (1 row)
>
>
> postgres=# SET jit_above_cost=10;
>
> SET
>
> postgres=# SELECT count(*) FROM pg_class;
>
> 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.
>
> !>
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>
--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2020-02-24 07:16:49 | Re: PG v12.2 - Setting jit_above_cost is causing the server to crash |
Previous Message | Aditya Toshniwal | 2020-02-24 06:46:08 | PG v12.2 - Setting jit_above_cost is causing the server to crash |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2020-02-24 07:16:49 | Re: PG v12.2 - Setting jit_above_cost is causing the server to crash |
Previous Message | Thomas Munro | 2020-02-24 06:53:34 | Re: pgsql: Add kqueue(2) support to the WaitEventSet API. |