[COMMITTERS] pgsql-server/src/bin/psql .cvsignore Makefile ...

2004-02-19 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/19 15:40:09 Modified files: src/bin/psql : .cvsignore Makefile command.c command.h mainloop.c startup.c Added files: src/bin/psql : psqlscan.h psqlscan

[COMMITTERS] pgsql-server/src/backend/parser scan.l

2004-02-19 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/19 15:11:30 Modified files: src/backend/parser: scan.l Log message: Cosmetic changes (mostly whitespace) to make it easier to diff the backend lexer against psql's. -