Re: newbie question: ERROR: getattproperties: no attribute tuple 1259 -2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Isaac <Isaac(at)UNSTOPPABLE(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: newbie question: ERROR: getattproperties: no attribute tuple 1259 -2
Date: 2000-10-28 03:52:52
Message-ID: 6596.972705172@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Isaac <Isaac(at)UNSTOPPABLE(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Pilosov 2000-10-28 04:00:22 Re: A question about PL/pgSQL
Previous Message Alex Pilosov 2000-10-28 03:36:58 Re: Selects in server side functions