pgsql: Link in keywords file instead of copying it. - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Link in keywords file instead of copying it.
Date
Msg-id 20080521195101.6CC9F754C54@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Add include directory required after the latest changes to the
Next
From: karl@pgfoundry.org (User Karl)
Date:
Subject: pgtcl - libpgtcl: * Add "escape_bytea" and "unescape_bytea" to the