On Thu, Jan 5, 2023 at 1:49 PM Matthias van de Meent <boekewurm+postg...@gmail.com> wrote: > client 29 script 0 aborted in command 2 query 0: ERROR: heap tid from index > tuple (111,1) points past end of heap page line pointer array at offset 262 > of block 1 in index "something_is_wrong_here_pkey"
This particular error message is from the hardening added to Postgres 15 in commit e7428a99. So it's not surprising that Michail didn't see the same error on 14. -- Peter Geoghegan