Skip to content

Commit 6ed3464

Browse files
committed
Doc: Improve documentation for pg_jit_available()
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
1 parent 62c4a77 commit 6ed3464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17408,9 +17408,9 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
1740817408
<row>
1740917409
<entry><literal><function>pg_jit_available()</function></literal></entry>
1741017410
<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>
17411+
<entry>is a <acronym>JIT</acronym> compiler extension available
17412+
(see <xref linkend="jit"/>) and the <xref linkend="guc-jit"/>
17413+
configuration parameter set to <literal>on</literal>.</entry>
1741417414
</row>
1741517415

1741617416
<row>

0 commit comments

Comments
 (0)