pgsql: Link in keywords file instead of copying it.

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Link in keywords file instead of copying it.
Date: 2008-05-21 19:51:01
Message-ID: 20080521195101.6CC9F754C54@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Karl 2008-05-23 19:06:36 pgtcl - libpgtcl: * Add "escape_bytea" and "unescape_bytea" to the
Previous Message Magnus Hagander 2008-05-21 18:15:29 pgsql: Add include directory required after the latest changes to the