Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc6f2fb

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 128fd0a commit dc6f2fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/func.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21060,10 +21060,10 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
2106021060
<returnvalue>boolean</returnvalue>
2106121061
</para>
2106221062
<para>
21063-
Returns true if <acronym>JIT</acronym> compilation is available in
21064-
this session (see <xref linkend="jit"/>).
21065-
Returns false if <xref linkend="guc-jit"/> is set to false, or if the
21066-
feature was not enabled at compile time.
21063+
Returns true if a <acronym>JIT</acronym> compiler extension is
21064+
available (see <xref linkend="jit"/>) and the
21065+
<xref linkend="guc-jit"/> configuration parameter is set to
21066+
<literal>on</literal>.
2106721067
</para></entry>
2106821068
</row>
2106921069

0 commit comments

Comments
 (0)