From 1f62dbf5f0ae375320b11362e0fccf8ec2766288 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 26 May 2025 13:30:01 +0200 Subject: [PATCH] doc: Fix wording in JIT README Remove superfluous 'is' from sentence. Author: Yugo Nagata Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/20250526154412.5f77dfead87af9afc089cc48@sraoss.co.jp --- src/backend/jit/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5