Thread: pgsql: Link in keywords file instead of copying it.

pgsql: Link in keywords file instead of copying it.

From
meskes@postgresql.org (Michael Meskes)
Date:
Log Message:
-----------
Link in keywords file instead of copying it.
Use #define/#ifdef instead of sed to fix include files, this should work on Windows too.

Modified Files:
--------------
    pgsql/src/backend/parser:
        keywords.c (r1.196 -> r1.197)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/keywords.c?r1=1.196&r2=1.197)
    pgsql/src/interfaces/ecpg/preproc:
        Makefile (r1.134 -> r1.135)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/Makefile?r1=1.134&r2=1.135)
    pgsql/src/tools/msvc:
        Mkvcbuild.pm (r1.30 -> r1.31)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.30&r2=1.31)