Per complaint from Scott Ribe. Based on wording suggestion from Tom Lane.
Discussion: https://postgr.es/m/
1956E806-1468-4417-9A9D-
235AE1D5FE1A@elevated-dev.com
Backpatch-through: 11, where pg_jit_available() was added
<returnvalue>boolean</returnvalue>
</para>
<para>
- Returns true if <acronym>JIT</acronym> compilation is available in
- this session (see <xref linkend="jit"/>).
- Returns false if <xref linkend="guc-jit"/> is set to false, or if the
- feature was not enabled at compile time.
+ Returns true if a <acronym>JIT</acronym> compiler extension is
+ available (see <xref linkend="jit"/>) and the
+ <xref linkend="guc-jit"/> configuration parameter is set to
+ <literal>on</literal>.
</para></entry>
</row>