mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 08:17:36 +08:00
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.