Fix a minor typo in jit/README

Started by Yugo Nagata8 months ago2 messages
#1Yugo Nagata
nagata@sraoss.co.jp
1 attachment(s)

Hi,

The attached partch is fix the following typo.

-additionally an index is over these is stored to
+additionally an index over these is stored to

Regards,
Yugo Nagata

--
Yugo Nagata <nagata@sraoss.co.jp>

Attachments:

fix_jit_README_typo.patchtext/x-diff; name=fix_jit_README_typo.patchDownload
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
#2Daniel Gustafsson
daniel@yesql.se
In reply to: Yugo Nagata (#1)
Re: Fix a minor typo in jit/README

On 26 May 2025, at 08:44, Yugo Nagata <nagata@sraoss.co.jp> wrote:

-additionally an index is over these is stored to
+additionally an index over these is stored to

Fixed, thanks!

--
Daniel Gustafsson