Re: PostgreSQL 12, JIT defaults

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org,Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>,PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 12, JIT defaults
Date: 2018-10-08 14:58:12
Message-ID: 7776286F-9802-44C1-82ED-F9C04BDD5332@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

On October 8, 2018 2:51:15 AM PDT, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
>Hi
>
>I configured PostgreSQL without JIT support, but JIT is active by
>default
>
>postgres=# show jit;
>┌─────┐
>│ jit │
>╞═════╡
>│ on │
>└─────┘
>(1 row)

Where is the jit=on coming from? Config from before it was turned off?

>Unfortunately - this combination does crashes on some bigger queries.

You probably have the JIT plugin installed from an earlier time, which also would explain why it crashes.

Andres

--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-10-08 15:00:36 Re: merge semi join cost calculation error
Previous Message Alexander Kuzmenkov 2018-10-08 14:52:21 Re: Removing unneeded self joins