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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: newbie question: ERROR: getattproperties: no attribute tuple 1259 -2
Дата
Msg-id 6596.972705172@sss.pgh.pa.us
обсуждение исходный текст
Ответ на newbie question: ERROR: getattproperties: no attribute tuple 1259 -2  (Isaac <Isaac@UNSTOPPABLE.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 7.1 release date ?
Следующее
От: Marcin Mazurek
Дата:
Сообщение: finding dependencies with altered table