"Sven Suursoho" <[EMAIL PROTECTED]> writes: > So, what about this in configure: > if --with-python && test_iterator_app_crashes > # errcode(FEATURE_NOT_SUPPORTED), errmsg(patch your python) > disable_iterator_feature > fi
Testing it in configure is wrong, because there's no guarantee the same python library will be used at runtime. regards, tom lane ---------------------------(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