summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2025-05-26 11:30:01 +0000
committerDaniel Gustafsson2025-05-26 11:30:01 +0000
commit1f62dbf5f0ae375320b11362e0fccf8ec2766288 (patch)
treea256a28c7ebf860ff8d32877f01579a810396e43
parent52a1df85f29b7955e33e5ce69bc8b46ee499dbfd (diff)
doc: Fix wording in JIT README
Remove superfluous 'is' from sentence. Author: Yugo Nagata <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected]
-rw-r--r--src/backend/jit/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/jit/README b/src/backend/jit/README
index 5427bdf2153..a40950dfb03 100644
--- a/src/backend/jit/README
+++ b/src/backend/jit/README
@@ -205,7 +205,7 @@ The ability to do so allows us to get the LLVM IR for all operators
bitcode files get installed into the server's
$pkglibdir/bitcode/postgres/
Using existing LLVM functionality (for parallel LTO compilation),
-additionally an index is over these is stored to
+additionally an index over these is stored to
$pkglibdir/bitcode/postgres.index.bc
Similarly extensions can install code into