doc: Fix wording in JIT README

Remove superfluous 'is' from sentence.

Author: Yugo Nagata <nagata@sraoss.co.jp>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/20250526154412.5f77dfead87af9afc089cc48@sraoss.co.jp
This commit is contained in:
Daniel Gustafsson 2025-05-26 13:30:01 +02:00
parent 52a1df85f2
commit 1f62dbf5f0

View File

@ -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 bitcode files get installed into the server's
$pkglibdir/bitcode/postgres/ $pkglibdir/bitcode/postgres/
Using existing LLVM functionality (for parallel LTO compilation), 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 $pkglibdir/bitcode/postgres.index.bc
Similarly extensions can install code into Similarly extensions can install code into