lrotger <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Egad, don't tell me you're still using 7.2.1 for anything important :-(
> Well it probably would, changelogs are scary and I really appreciate the > work of the postgres hackers, but you know the old adage: "if it's not > broken, don't fix it"; it works wonderfully for me and it's accessed in > a controlled environment by a single application done by me. Should I be > worried? Yes, you should. Someday one of those bugs will eat your data. The fact that it hasn't happened yet does not mean you're not at risk; a lot of them are simply race conditions with very small windows. 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