Re: failed to re-find parent key - Mailing list pgsql-hackers

From Tom Lane
Subject Re: failed to re-find parent key
Date
Msg-id 24596.1074046598@sss.pgh.pa.us
Whole thread Raw
In response to Re: failed to re-find parent key  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: failed to re-find parent key  (Greg Stark <gsstark@mit.edu>)
Re: failed to re-find parent key  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-hackers
Dave Cramer <pg@fastcrypt.com> writes:
> I can't recreate it either, it is only happening on my customers
> machines, which are using an older version of redhat (7.2) and gcc 2.96

> Is it possible these versions are relevant to the issue?

Hmm.  Compiler bug maybe?  I can't recall if gcc 2.96 had a good
reputation or not.  You might try backing off the optimization level
and see if the behavior changes.  Also see if there are any errata
available for that compiler package.

Also, is this just one machine or several?  If only one, I'd try
reindexing that index and see if that helps.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: Adding a data type
Next
From: Greg Stark
Date:
Subject: Re: failed to re-find parent key