Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ed3464

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.comBackpatch-through: 11, where pg_jit_available() was added
1 parent62c4a77 commit6ed3464

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 tofalse.</entry>
17411+
<entry>isa<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)

[8]ページ先頭

©2009-2025 Movatter.jp