Re: newbie question: ERROR: getattproperties: no attribute tuple 1259 -2 - Mailing list pgsql-general

From Tom Lane
Subject Re: newbie question: ERROR: getattproperties: no attribute tuple 1259 -2
Date
Msg-id 6596.972705172@sss.pgh.pa.us
Whole thread Raw
In response to newbie question: ERROR: getattproperties: no attribute tuple 1259 -2  (Isaac <Isaac@UNSTOPPABLE.com>)
List pgsql-general
Isaac <Isaac@UNSTOPPABLE.com> writes:
> ERROR:  getattproperties: no attribute tuple 1259 -2

Postgres 7.0.* doesn't work on PPC unless compiled -O0.  The above is
a typical symptom of being compiled with higher optimization settings.
Unfortunately, it seems that our PPC RPMs for 7.0.2 were compiled with
the wrong -O level :-(.  (Don't ask me why the RPMs ended up that way
when a clean source compilation uses -O0, but there it is.)

We'll try to do better with 7.0.3, but in the meantime try compiling
the source distribution from scratch.

FWIW, 7.1 will not have this weird problem with optimization on PPC.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 7.1 release date ?
Next
From: Marcin Mazurek
Date:
Subject: finding dependencies with altered table