Separate the key word list that lived in keywords.c into a new header file

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 328d235571616669273979dd1b4c7ace018efc0b
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2009-03-07T00:13:58Z
Releases: 8.4.0
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 ScanKeywordLookup) and compile it
locally, which is a lot cleaner.

Files