Tom Lane <[EMAIL PROTECTED]> writes:
> Michael Fuhr <[EMAIL PROTECTED]> writes:
>> PostgreSQL 8.0.0beta3 (CVS HEAD)
>> Python 2.3.4
>> Solaris 9
>> Executing a plpythonu function that used to work now causes the
>> following error (wrapped):
> It's broken on Fedora Core as well. I wonder how well tested that
> distutils change was...
No, it wasn't the distutils change, it was the change to make plpython
build on Windows. This has evidently broken it on every other platform.
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