Re: ERROR: failed to add item to the index page

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andreas Joseph Krogh <andreas@visena.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-04-30T16:47:03Z
Lists: pgsql-hackers
Andreas Joseph Krogh <andreas@visena.com> writes:
> I have a 1.4GB dump (only one table) which reliably reproduces this error.
> Shall I share it off-list? --

That's awfully large :-(.  How do you have in mind to transmit it?

Maybe you could write a short script that generates dummy data
to reproduce the problem?

			regards, tom lane



Commits

  1. Fix nbtsort.c's page space accounting.

  2. Fix potential assertion failure when reindexing a pg_class index.

  3. Make heap TID a tiebreaker nbtree index column.