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

Commitd7c8576

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 parent45fdc97 commitd7c8576

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
@@ -21087,10 +21087,10 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
2108721087
<returnvalue>boolean</returnvalue>
2108821088
</para>
2108921089
<para>
21090-
Returns true if <acronym>JIT</acronym>compilation is available in
21091-
this session(see <xref linkend="jit"/>).
21092-
Returns false if<xref linkend="guc-jit"/> is set to false, or if the
21093-
feature was not enabled at compile time.
21090+
Returns true ifa<acronym>JIT</acronym>compiler extension is
21091+
available(see <xref linkend="jit"/>) and the
21092+
<xref linkend="guc-jit"/>configuration parameteris set to
21093+
<literal>on</literal>.
2109421094
</para></entry>
2109521095
</row>
2109621096

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp