Re: [COMMITTERS] 'pgsql/src/backend/parser gram.c'

Started by Tom Laneover 26 years ago2 messages
#1Tom Lane
tgl@sss.pgh.pa.us

"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

#2Vadim Mikheev
vadim@krs.ru
In reply to: Tom Lane (#1)
Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser gram.c'

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