Re: delete commands fails silently to delete primary key

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrus" <kobruleht2(at)hot(dot)ee>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: delete commands fails silently to delete primary key
Date: 2008-11-23 16:37:03
Message-ID: 25120.1227458223@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Andrus" <kobruleht2(at)hot(dot)ee> writes:
>> There have been a number of index-corruption bugs fixed since 8.1.4 ...
>>
>> In particular, if it's possible that any of these clients abort before
>> committing these insertions, the vacuum race condition bug fixed in
>> 8.1.10 is a pretty likely candidate for your problem.

> I changed second statement to ...
> Will this fix the isse

No. Look, as you've been told several times already you are running a
very old version with a lot of known bugs. Just update to the latest
in that branch. It's not hard.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ciprian Dorin Craciun 2008-11-23 17:01:56 Re: Using Postgres to store high volume streams of sensor readings
Previous Message V S P 2008-11-23 16:06:27 Re: Using Postgres to store high volume streams of sensor readings