Re: Skipping Inserts

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Anthony Mallgren <abmallgren(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Skipping Inserts
Date: 2026-09-22 16:18:04
Message-ID: 62d8fbed-5df1-4554-8ff7-1803e31b055d@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/21/26 2:30 PM, Anthony Mallgren wrote:
> I'm getting a lot of messages like this:
>
> [warn] skipped a 3-word n-gram: table tid from new index tuple (2524,87)
> cannot find insert offset between offsets 2 and 16 of block 36 in index
> "congress_103_3_word_word1_idx"
>
> [warn] skipped a 3-word n-gram: table tid from new index tuple
> (2524,130) cannot find insert offset between offsets 2 and 16 of block
> 36 in index "congress_103_3_word_word1_idx"
>
>
> Any idea?

This is going to need more information:

1) Postgres version and whether it is community or fork.

2) Any extensions being used.

3) The actual query being used.

>
>
> Anthony B. Mallgren
> https://mallgren.wordpress.com/ <https://mallgren.me>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message rob stone 2026-09-24 08:24:58 Multiple schemas
Previous Message Laurenz Albe 2026-09-22 16:17:52 Re: Skipping Inserts