Chris Browne <[EMAIL PROTECTED]> writes: > If I touch preproc.y and pgc.l, the .c files get regenerated, and all > is well.
> If I don't, they get left alone, and I see compilation errors. > It seems to me you need to rebuild the C files and commit them. No, because those derived files are not in CVS at all. What you are describing sounds to me like a clock skew problem. Is your machine's system clock showing the correct date? 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