Re: is JIT available
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Scott Ribe <scott_ribe@elevated-dev.com>,
Christoph Moench-Tegeder <cmt@burggraben.net>,
PostgreSQL General <pgsql-general@lists.postgresql.org>
Date: 2020-07-28T03:33:44Z
Lists: pgsql-general
David Rowley <dgrowleyml@gmail.com> writes: > Maybe this would be better? > "returns true if jit is enabled and JIT compilation is available in > this session (see Chapter 31)." The general, non-hacker meaning of "jit is enabled" would seem to be pretty much what this function is already doing; and for that matter, the same can be said for "JIT compilation is available". We need something that's less tautological-looking. Maybe along the lines of "returns true if a JIT compiler extension is available and the <varname>jit</varname> parameter is set to <literal>on</literal>; when this is true, JIT compilation will be performed." ? regards, tom lane
Commits
-
Doc: Improve documentation for pg_jit_available()
- baecd2715b5c 11.9 landed
- 6ed346499c30 12.4 landed
- dc6f2fb43535 13.0 landed
- d7c8576ebe39 14.0 landed