Re: Error opening pgaccess - Mailing list pgsql-general

From Tom Lane
Subject Re: Error opening pgaccess
Date
Msg-id 29195.978150696@sss.pgh.pa.us
Whole thread Raw
In response to Error opening pgaccess  (Max Wiberg <max.wiberg@huggaren.nu>)
List pgsql-general
Max Wiberg <max.wiberg@huggaren.nu> writes:
> I have the latest LinuxPPC (Halloween) installation on my iMac.
> I'm using Postgresql 7.0.2.
> ERROR: getattproperties: no attribute tuple 1259 - 2

Pg 7.0.* does not really work on PPC unless compiled at -O0 optimization
level (which is not the default :-().  Fix the flags and recompile, or
if you were using RPMs, get the 7.0.3 RPMs.

The underlying portability problem is fixed for 7.1, I believe.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: regress failed tests.. SERIOUS?
Next
From: Alex Pilosov
Date:
Subject: Re: MD5 use in PL/Perl