Thomas Hallgren <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> Try "make distclean" and a full rebuild.
>>
> Much better :-) Thanks!
Always the first thing to try if you get a weird failure after CVS update.
(Personally I never even try to do a partial rebuild after updating;
I can overlap recompiling with doing other things, and the time wasted
tracking even one false bug isn't worth it.)
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match