Обсуждение: Re: [COMMITTERS] 'pgsql/src/backend/parser gram.c'
"Vadim B. Mikheev - CVS" <vadim> writes:
> Update of /usr/local/cvsroot/pgsql/src/backend/parser
> In directory hub.org:/tmp/cvs-serv45846/backend/parser
> Modified Files:
> gram.c
> Log Message:
> Fix LMGR for MVCC.
> Get rid of Extend lock mode.
Vadim, why are you committing changes to gram.c? For that matter,
*how* are you committing changes to gram.c? The CVS server ought to
know that gram.c is a dead file for the main development branch.
It shouldn't accept updates, I would think.
I speculate something is messed up in your CVS control files for
src/backend/parser/. Perhaps you should delete that whole directory
and pull a fresh copy.
regards, tom lane
Tom Lane wrote: > > "Vadim B. Mikheev - CVS" <vadim> writes: > > Update of /usr/local/cvsroot/pgsql/src/backend/parser > > In directory hub.org:/tmp/cvs-serv45846/backend/parser > > Modified Files: > > gram.c > > Log Message: > > Fix LMGR for MVCC. > > Get rid of Extend lock mode. > > Vadim, why are you committing changes to gram.c? For that matter, > *how* are you committing changes to gram.c? The CVS server ought to > know that gram.c is a dead file for the main development branch. > It shouldn't accept updates, I would think. > > I speculate something is messed up in your CVS control files for > src/backend/parser/. Perhaps you should delete that whole directory > and pull a fresh copy. Thanks! I removed gram.c from src/backend/parser/CVS/Entries. I don't know how this was messed up. Vadim