Markus Schiltknecht <[EMAIL PROTECTED]> writes: > Sorry, I was unclear: luckily the error is easily reproducible. The > problem is just to cut unnecessary parts and to come up with a small > test case. I'll give it a try tomorrow.
> As far as VACUUM is concerned: I run this data-loading script just after > CREATE DATABASE. In my tests, not more than some 100 rows (rough guess) > are inserted until the error occurs. It would surprise me if that would > have fired an autovacuum every time I tried. Yeah, that makes it sound more like a garden-variety bug. Please do try to make a test case. 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