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

Commitdc6f2fb

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 parent128fd0a commitdc6f2fb

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 ifa<acronym>JIT</acronym>compiler extension is
21064+
available(see <xref linkend="jit"/>) and the
21065+
<xref linkend="guc-jit"/>configuration parameteris set to
21066+
<literal>on</literal>.
2106721067
</para></entry>
2106821068
</row>
2106921069

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp