Hi I configured PostgreSQL without JIT support, but JIT is active by default
postgres=# show jit; ┌─────┐ │ jit │ ╞═════╡ │ on │ └─────┘ (1 row) Unfortunately - this combination does crashes on some bigger queries. Regards Pavel
Hi I configured PostgreSQL without JIT support, but JIT is active by default
postgres=# show jit; ┌─────┐ │ jit │ ╞═════╡ │ on │ └─────┘ (1 row) Unfortunately - this combination does crashes on some bigger queries. Regards Pavel