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 bead29d commit baecd27Copy full SHA for baecd27
doc/src/sgml/func.sgml
@@ -16137,9 +16137,9 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
16137
<row>
16138
<entry><literal><function>pg_jit_available()</function></literal></entry>
16139
<entry><type>boolean</type></entry>
16140
- <entry>is <acronym>JIT</acronym> compilation available in this session
16141
- (see <xref linkend="jit"/>)? Returns <literal>false</literal> if <xref
16142
- 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>
16143
</row>
16144
16145
0 commit comments