Re: is JIT available

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: is JIT available
Date: 2020-07-25 03:55:53
Message-ID: CAFj8pRDsCqdkc+Ojj5g0bRip2zwNFWHynz8GezV9TFKXCjb4SQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

so 25. 7. 2020 v 0:49 odesílatel Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
napsal:

> So JIT is enabled in your conf, how can you tell from within a client
> session whether it's actually available (PG compiled with it and compiler
> available)?
>
> (In the other discussion I started, doing a dump and import of just the
> tables involved, onto a system where JIT was inadvertently not working for
> some reason, lead me down a dead end for a bit.)
>

SELECT * FROM pg_config;

Regards

Pavel

> --
> Scott Ribe
> scott_ribe(at)elevated-dev(dot)com
> https://www.linkedin.com/in/scottribe/
>
>
>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rama Krishnan 2020-07-25 06:33:16 How does vacuum works in postgresql
Previous Message Pavel Stehule 2020-07-25 03:40:08 Re: Row estimates for empty tables