To JIT (or not!) in Ubuntu packages

From: Ben Chobot <bench(at)silentmedia(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: To JIT (or not!) in Ubuntu packages
Date: 2021-09-13 22:10:46
Message-ID: 99811580-5219-c64b-fafd-808ae7aaf394@silentmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We've noticed that the Ubuntu postgresql-12 package has --with-llvm
enabled on x86_64, but not on aarch64. Does anybody know if this was
intentional, or just an oversight?

For what it's worth, it seems the beta postgresql-14 package for Ubuntu
still doesn't have --with-llvm.

I'm not sure if this explains why our aarch64 DBs are missing a
jit_provider GUC variable, but I expect it does explain why
pg_jit_available() tells me no.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guyren Howe 2021-09-14 05:31:41 The tragedy of SQL
Previous Message Tom Lane 2021-09-13 21:41:53 Re: what is pg_stat_activity.query for idle connections ?