Re: PostgreSQL 12, JIT defaults

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: PostgreSQL 12, JIT defaults
Дата
Msg-id CAFj8pRD_oODZcWUuVzHNDk8qYpM4gzJuvP+PVZVN_LF3nqE7SA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 12, JIT defaults  (Andres Freund <andres@anarazel.de>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 12, JIT defaults
Следующее
От: Andres Freund
Дата:
Сообщение: Re: PostgreSQL 12, JIT defaults