Re: Bug??: getattproperties fails !!

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jan Ehrhardt <ehrhardt@medinf.mu-luebeck.de>
Cc: pgsql-bugs@postgresql.org
Date: 2000-07-06T14:37:17Z
Lists: pgsql-bugs
Jan Ehrhardt <ehrhardt@medinf.mu-luebeck.de> writes:
>   Architecture (example: Intel Pentium)   : SGI Octane SI (MIPS R10000)
>   Operating System (example: Linux 2.0.26 ELF)  :IRIX 6.4
>   PostgreSQL version (example: PostgreSQL-7.0):   PostgreSQL-7.0.1
>   Compiler used (example:  gcc 2.8.0)  : MIPS PRO CC 7.2
> ehrhardt=> \d friend
> ERROR:  getattproperties: no attribute tuple 1259 -2   <======

I wonder if this could be an artifact of the function-call portability
bugs that I've been working on eradicating for 7.1.  You might try
recompiling with no optimization to see if that makes a difference.

			regards, tom lane