> > if I look into my cvs repository directory, it shows only > gram.y,v, > > with gram.c,v in Attic - which seems to make sense. Must be my > client > > that's gone crazy. In fact, mmy output ends up as: > > > > Index: src\backend\parser/gram.c > > > =================================================================== > > RCS file: > > c:/prog/cvsrepo/pgsql/pgsql/src/backend/parser/Attic/gram.c,v > > retrieving revision 2.90 > > diff -c -r2.90 gram.c > > *** src\backend\parser/gram.c 7 May 1999 01:22:54 -0000 > 2.90 > > --- src\backend\parser/gram.c 14 Sep 2006 06:10:08 -0000 > > > > > > So I guess the question is down to why the hell it's looking at > the > > attic file at all. When I run cvs update on it, I get things > like: > > Hmm, maybe you did a "cvs add" for that file at some point?
I very much doubt that. Especially since it asks me to do that whenever I 'cvs diff'. > What does your CVS/Entries file look for that dir? It does contain both gram.c and gram.y. They look just the same (except for version and date, of course). I don't know how it got there ;-) Is it safe to just remove that? //Magnus ---------------------------(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