Re: atomic pin/unpin causing errors - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: atomic pin/unpin causing errors
Date
Msg-id 572A116D.8050700@sigaev.ru
Whole thread Raw
In response to Re: atomic pin/unpin causing errors  (Andres Freund <andres@anarazel.de>)
Responses Re: atomic pin/unpin causing errors  (Andres Freund <andres@anarazel.de>)
Re: atomic pin/unpin causing errors  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
>> I get the errors:
>>
>> ERROR:  attempted to delete invisible tuple
>> STATEMENT:  update foo set count=count+1,text_array=$1 where text_array @> $2
>>
>> And also:
>>
>> ERROR:  unexpected chunk number 1 (expected 2) for toast value
>> 85223889 in pg_toast_16424
>> STATEMENT:  update foo set count=count+1 where text_array @> $1
>
> Hm. I appear to have trouble reproducing this issue (continuing to try)
> on master as of 8826d8507.  Is there any chance you could package up a
> data directory after the issue hit?

I've got
ERROR:  unexpected chunk number 0 (expected 1) for toast value 10192986 in 
pg_toast_16424

The test required 10 hours to run on my notebook. postgresql was compiled with 
-O0 --enable-debug --enable-cassert.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Segmentation fault when max_parallel degree is very High
Next
From: Stephen Frost
Date:
Subject: Re: pg_dump broken for non-super user