Thread: psql/sql_help.h

psql/sql_help.h

From
Bruce Momjian
Date:
Where are we on psql/sql_help.h?  Is it supposed to be in the
cvs tree, or is it generated as part of the tarball generation?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: [HACKERS] psql/sql_help.h

From
Tom Lane
Date:
It's not supposed to be in cvs; it's supposed to be handled just like
gram.c.

If you are wondering why cvs update complains about an unexpected file,
it's cause we need to add a .cvsignore control file to the psql
directory...
        regards, tom lane


Re: [HACKERS] psql/sql_help.h

From
Bruce Momjian
Date:
> It's not supposed to be in cvs; it's supposed to be handled just like
> gram.c.
> 
> If you are wondering why cvs update complains about an unexpected file,
> it's cause we need to add a .cvsignore control file to the psql
> directory...

That's what I was wondering.   Doing it now.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026