Re: GiST concurrency commited - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: GiST concurrency commited
Date
Msg-id 42C24DFA.80107@sigaev.ru
Whole thread Raw
In response to Re: GiST concurrency commited  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
>>And there is one more problem: it caused approximatly one time per 2-4 million 
>>statements, I got traps:
>>TRAP: FailedAssertion("!((*curpage)->offsets_used == num_tuples)", File: 
>>"vacuum.c", Line: 2766)
>>LOG:  server process (PID 15847) was terminated by signal 6
> 
> 
> Odd.  Will look at it later (after feature freeze), if you don't find
> the cause beforehand.

It's definitly bug in a vaccum code, I got the same trap without any GiST 
indexes (to reproduce, just comment out 'create index' command in my script).


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


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: commit_delay, siblings
Next
From: Neil Conway
Date:
Subject: bug in ALTER TABLE / TYPE