"Tom Lane" <[EMAIL PROTECTED]> wrote > > Works fine for me in Fedora Core 4. Something broken about your > platform, is my guess ... > You may want to talk to our system admin :-) ... but it doesn't look like caused by some strange environment ...
/h/164/zhouqq/pginstall/bin#uname -a Linux eon.cs 2.4.20-30.7.legacysmp #1 SMP Fri Feb 20 10:12:55 PST 2004 i686 unknown /h/164/zhouqq/pginstall/bin#pg_config --configure '--enable-cassert' '--enable-debug' '--without-readline' '--prefix=/h/164/zhouqq/pginstall' On a separate matter, top level "make PROFILE=-pg" does not work on SunOS, because of -fPIC conflicts with -pg. Backend level is ok. Shall we do something or let it be? Regards, Qingqing ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match