diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-07-28 10:31:24 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-07-28 10:31:24 +0900 |
commit | 7b7fbe1e8bb4b2a244d1faa618789db411316e55 (patch) | |
tree | 956b06a175b92d5b3486129773a5bf0dcbda48f2 /src/backend/jit/llvm/llvmjit_expr.c | |
parent | b0483263dda0824cc49e3f8a022dab07e1cdf9a7 (diff) | |
download | postgresql-7b7fbe1e8bb4b2a244d1faa618789db411316e55.tar.gz postgresql-7b7fbe1e8bb4b2a244d1faa618789db411316e55.zip |
Clarify some comments making use of leetspeak term "up2date"
Most of these are new, as of a8fd13c, and "up-to-date" is much easier to
parse for the average reader.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PtHbHvgOjs_R9LyDF21j-Wn8SxoTtWMQNP2ifXN6t2cSg@mail.gmail.com
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_expr.c')
-rw-r--r-- | src/backend/jit/llvm/llvmjit_expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/jit/llvm/llvmjit_expr.c b/src/backend/jit/llvm/llvmjit_expr.c index 8a4075bdaf2..6d1181225e8 100644 --- a/src/backend/jit/llvm/llvmjit_expr.c +++ b/src/backend/jit/llvm/llvmjit_expr.c @@ -2386,7 +2386,7 @@ llvm_compile_expr(ExprState *state) * Run compiled expression. * * This will only be called the first time a JITed expression is called. We - * first make sure the expression is still up2date, and then get a pointer to + * first make sure the expression is still up-to-date, and then get a pointer to * the emitted function. The latter can be the first thing that triggers * optimizing and emitting all the generated functions. */ |