We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c4a77 commit 6ed3464Copy full SHA for 6ed3464
doc/src/sgml/func.sgml
@@ -17408,9 +17408,9 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
17408
<row>
17409
<entry><literal><function>pg_jit_available()</function></literal></entry>
17410
<entry><type>boolean</type></entry>
17411
- <entry>is <acronym>JIT</acronym> compilation available in this session
17412
- (see <xref linkend="jit"/>)? Returns <literal>false</literal> if <xref
17413
- linkend="guc-jit"/> is set to false.</entry>
+ <entry>is a <acronym>JIT</acronym> compiler extension available
+ (see <xref linkend="jit"/>) and the <xref linkend="guc-jit"/>
+ configuration parameter set to <literal>on</literal>.</entry>
17414
</row>
17415
17416
0 commit comments