Re: JIT on Windows with Postgres 12.1

From: Josef Šimánek <josef(dot)simanek(at)gmail(dot)com>
To: Catch All <catchall(at)lightn(dot)org>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: JIT on Windows with Postgres 12.1
Date: 2020-02-12 08:39:19
Message-ID: CAFp7QwrSRHaVThvNMMv5=J5NZTBwhw9bkmG67yCUL497Cs2atw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello.

If I understand it well, JIT is enabled only for builds with "--with-llvm"
flag. Seems EDB Windows PG 12.1 installer is not build with llvm (and jit)
support.

I'm not aware of any PG 12 Windows installer with JIT/LLVM enabled.

út 11. 2. 2020 v 22:41 odesílatel Catch All <catchall(at)lightn(dot)org> napsal:

> I am using the EDB Windows PG 12.1 installer and it seems not to have JIT
> enabled:
> C:\Program Files\PostgreSQL\12\bin>pg_config --configure
> --enable-thread-safety --enable-nls --with-ldap --with-openssl
> --with-ossp-uuid
> --with-libxml --with-libxslt --with-icu --with-tcl --with-perl
> --with-python
>
> Is this expected? Is there a Windows installer available for PG 12 with
> JIT enabled?
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Kane 2020-02-12 09:06:13 Avoiding out of date statistics / planner
Previous Message Andrus 2020-02-12 07:31:48 Re: How to restore roles without changing postgres password