Re: Fwd: Bug#325114: Postgres Rolling back for no reason - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Fwd: Bug#325114: Postgres Rolling back for no reason
Date
Msg-id 793.1130688108@sss.pgh.pa.us
Whole thread Raw
In response to Fwd: Bug#325114: Postgres Rolling back for no reason  (Martin Pitt <martin@piware.de>)
List pgsql-bugs
Martin Pitt <martin@piware.de> writes:
> No one else is using the database. 161 was a value that was put into the row
> a LONG time ago. As far as we can figure it seems like postgres is
> continually rolling back a transaction which isn't taking place.

How long ago is "a LONG time"?  More than 2 billion transactions,
perhaps?  I'm wondering if you've got transaction-wraparound problems.
It would be interesting to look at the system columns for the row
(oid, ctid, xmin etc) and note whether they seem to change at the same
time as the data.

Is it *really* true that nothing else is using the database?  I've never
seen or heard of a Postgres bug in which data appears to change when
"nothing is happening".  Certainly no one else has had problems similar
to your report.

It might be worth running some memory diagnostics --- perhaps what's
really happening here is that RAM drops a bit after a period of time.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Martin Pitt
Date:
Subject: Fwd: Bug#325114: Postgres Rolling back for no reason
Next
From: Theodore Petrosky
Date:
Subject: importing from 8.0.3 unicode problem