Magnus Hagander wrote: > 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? What does your CVS/Entries file look for that dir? -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(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