Log Message:
---
Separate the key word list that lived in keywords.c into a new header file
kwlist.h, to avoid having to link the backend object file into other programs
like pg_dump. We can now simply symlink a single source file from the backend
(kwlookup.c, containing the shared routine
Log Message:
---
Avoid MSVC breakage caused by my previous commit by not using a variable in
the src/bin/scripts Makefile.
Modified Files:
--
pgsql/src/bin/scripts:
Makefile (r1.41 -> r1.42)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/Ma