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 <pgsql-bugs@postgresql.org>
Date: 2000-07-07T15:45:14Z
Lists: pgsql-bugs
Jan Ehrhardt <ehrhardt@medinf.mu-luebeck.de> writes: > I have recompiled postgres without -O2 and as far as I see > all works well now (incl. getattproperties ). OK, then it probably is an fmgr issue. This should be fixed in 7.1. If you are willing to do a little extra legwork, you could try grabbing current sources (see the nightly snapshot tarball on our FTP server, or use CVS) and seeing if they work with full optimization on your machine. Wouldn't recommend using current sources for production, but it'd be nice to get verification that this problem is fixed. regards, tom lane