Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f6b95ff

Browse files
Fix typo in JIT README.
Author: Daniel Gustafsson Discussion: https://postgr.es/m/3747D478-41F9-439F-8074-AC81A5C76346@yesql.se
1 parent 0c8910a commit f6b95ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/jit/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ is possible to generate a function than can be natively executed by
1111
the CPU that just handles that expression, yielding a speedup.
1212

1313
That this is done at query execution time, possibly even only in cases
14-
the relevant task is done a number of times, makes it JIT, rather than
15-
ahead-of-time (AOT). Given the way JIT compilation is used in
16-
PostgreSQL, the lines between interpretation, AOT and JIT are somewhat
17-
blurry.
14+
where the relevant task is done a number of times, makes it JIT,
15+
rather than ahead-of-time (AOT). Given the way JIT compilation is used
16+
in PostgreSQL, the lines between interpretation, AOT and JIT are
17+
somewhat blurry.
1818

1919
Note that the interpreted program turned into a native program does
2020
not necessarily have to be a program in the classical sense. E.g. it

0 commit comments

Comments
 (0)