Re: Error opening pgaccess

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Max Wiberg <max(dot)wiberg(at)huggaren(dot)nu>
Cc: pgsql admin <pgsql-admin(at)postgresql(dot)org>, pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error opening pgaccess
Date: 2000-12-30 04:31:36
Message-ID: 29195.978150696@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

Max Wiberg <max(dot)wiberg(at)huggaren(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Vladimir V. Zolotych 2000-12-31 10:14:42 all columns but one
Previous Message Tom Lane 2000-12-30 02:11:34 Re: [SQL] Toad version for PostgreSQL

Browse pgsql-general by date

  From Date Subject
Next Message Alex Pilosov 2000-12-30 04:45:29 Re: MD5 use in PL/Perl
Previous Message Tom Lane 2000-12-30 04:20:58 Re: regress failed tests.. SERIOUS?