Re: ERROR: simple_heap_delete: tuple already updated by self

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "utsav" <utsav(dot)turray(at)newgen(dot)co(dot)in>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: simple_heap_delete: tuple already updated by self
Date: 2009-10-12 16:13:12
Message-ID: 16012.1255363992@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"utsav" <utsav(dot)turray(at)newgen(dot)co(dot)in> writes:
> I am using postgres 7.3. on RHEL 4.0

7.3.what? If it's not 7.3.21 then an update would probably be worth
your time. In particular there were fixes in 7.3.14 and 7.3.20 that
could possibly explain this.

If it is 7.3.21, then I think an upgrade to a newer major release series
is your only hope of getting a fix. The PG community declared 7.3.x to
be EOL nearly two years ago, and I believe that Red Hat's policy is
they'll only consider fixing security bugs in it at this point. Which
this is not.

If you can demonstrate the same type of failure in a currently supported
release, we'd take more of an interest, but fixing 7.3 isn't going to
happen :-(

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2009-10-12 16:30:33 Re: Nested transactions
Previous Message Robert Haas 2009-10-12 15:31:24 Re: Re: [GENERAL] contrib/plantuner - enable PostgreSQL planner hints