Skip to content

Commit baecd27

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 bead29d commit baecd27

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
@@ -16137,9 +16137,9 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
1613716137
<row>
1613816138
<entry><literal><function>pg_jit_available()</function></literal></entry>
1613916139
<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>
16140+
<entry>is a <acronym>JIT</acronym> compiler extension available
16141+
(see <xref linkend="jit"/>) and the <xref linkend="guc-jit"/>
16142+
configuration parameter set to <literal>on</literal>.</entry>
1614316143
</row>
1614416144

1614516145
<row>

0 commit comments

Comments
 (0)