Re: PostgreSQL 12, JIT defaults - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: PostgreSQL 12, JIT defaults
Date
Msg-id CAFj8pRD_oODZcWUuVzHNDk8qYpM4gzJuvP+PVZVN_LF3nqE7SA@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL 12, JIT defaults  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers


po 8. 10. 2018 v 16:58 odesílatel Andres Freund <andres@anarazel.de> napsal:
Hi

On October 8, 2018 2:51:15 AM PDT, Pavel Stehule <pavel.stehule@gmail.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.

I had it there.
 

Andres

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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL 12, JIT defaults
Next
From: Andres Freund
Date:
Subject: Re: PostgreSQL 12, JIT defaults