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

From Andres Freund
Subject Re: PostgreSQL 12, JIT defaults
Date
Msg-id 7776286F-9802-44C1-82ED-F9C04BDD5332@anarazel.de
Whole thread Raw
In response to PostgreSQL 12, JIT defaults  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: PostgreSQL 12, JIT defaults  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PostgreSQL 12, JIT defaults  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: PostgreSQL 12, JIT defaults  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PostgreSQL 12, JIT defaults  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
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.

Andres

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



pgsql-hackers by date:

Previous
From: Alexander Kuzmenkov
Date:
Subject: Re: Removing unneeded self joins
Next
From: Tom Lane
Date:
Subject: Re: merge semi join cost calculation error