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

Commitbaecd27

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 parentbead29d commitbaecd27

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

[8]ページ先頭

©2009-2025 Movatter.jp